OSDN Git Service

[gem] typo fix in comment.
authorEric Anholt <eric@anholt.net>
Thu, 15 May 2008 16:32:34 +0000 (09:32 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 15 May 2008 18:59:57 +0000 (11:59 -0700)
linux-core/drm_gem.c

index e20cfe0..ff1a38d 100644 (file)
@@ -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.
  */
 
 /**