summaryrefslogtreecommitdiff
path: root/linux-core/drm_gem.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-05-15 09:32:34 -0700
committerEric Anholt <eric@anholt.net>2008-05-15 11:59:57 -0700
commitaafafe507ba6d073bad25b74c808b73c428db67f (patch)
tree7777a1ac37f34eadaea4f9e73bdabb20212b3233 /linux-core/drm_gem.c
parent6e46a3c762919af05fcc6a08542faa7d185487a1 (diff)
[gem] typo fix in comment.
Diffstat (limited to 'linux-core/drm_gem.c')
-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.
*/
/**