diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-03-30 07:23:03 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-03-30 07:23:03 +0000 |
commit | 8926acac37025cd89dae2308c566c778fa1cc406 (patch) | |
tree | 50472bd91e3f3b436004ad360637c9af48c53927 /linux/drm_vm.h | |
parent | aea0418d0db3338b81f83abf26df99dfd7ac85bc (diff) |
Spelling fixes in comments.
Submitted by: Linus Torvalds <torvalds@transmeta.com>
Diffstat (limited to 'linux/drm_vm.h')
-rw-r--r-- | linux/drm_vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drm_vm.h b/linux/drm_vm.h index 683c0857..9101e136 100644 --- a/linux/drm_vm.h +++ b/linux/drm_vm.h @@ -147,7 +147,7 @@ struct page *DRM(vm_shm_nopage)(struct vm_area_struct *vma, } /* Special close routine which deletes map information if we are the last - * person to close a mapping and its not in the global maplist. + * person to close a mapping and it's not in the global maplist. */ void DRM(vm_shm_close)(struct vm_area_struct *vma) |