summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/drm_gem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_gem.c b/linux-core/drm_gem.c
index e20cfe07..ff1a38dc 100644
--- a/linux-core/drm_gem.c
+++ b/linux-core/drm_gem.c
@@ -61,7 +61,7 @@
* DRM terminology) to mimic fds, and implement the fd syscalls we need as
* ioctls. The objects themselves will still include the struct file so
* that we can transition to fds if the required kernel infrastructure shows
- * up at a later data, and as our interface with shmfs for memory allocation.
+ * up at a later date, and as our interface with shmfs for memory allocation.
*/
/**