diff options
author | Eric Anholt <eric@anholt.net> | 2008-05-15 09:32:34 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-05-15 11:59:57 -0700 |
commit | aafafe507ba6d073bad25b74c808b73c428db67f (patch) | |
tree | 7777a1ac37f34eadaea4f9e73bdabb20212b3233 | |
parent | 6e46a3c762919af05fcc6a08542faa7d185487a1 (diff) |
[gem] typo fix in comment.
-rw-r--r-- | linux-core/drm_gem.c | 2 |
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. */ /** |