From: Eric Anholt Date: Thu, 15 May 2008 16:32:34 +0000 (-0700) Subject: [gem] typo fix in comment. X-Git-Tag: android-x86-1.6~256^2~124 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=aafafe507ba6d073bad25b74c808b73c428db67f;p=android-x86%2Fexternal-libdrm.git [gem] typo fix in comment. --- 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. */ /**