diff options
author | Aneesh Kumar <aneesh.kumar@gmail.com> | 2006-10-11 01:22:03 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-11 11:14:23 -0700 |
commit | 53bc5b2db16ceefdd972b9ffd1f7bde5c427939e (patch) | |
tree | 07f6e4a9e958ab286a4bd009a8cb055874088458 /mm | |
parent | e50190a8341485b413f599033cb74649f849d939 (diff) |
[PATCH] Fix typos in mm/shmem_acl.c
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/shmem_acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/shmem_acl.c b/mm/shmem_acl.c index c946bf46871..f5664c5b9eb 100644 --- a/mm/shmem_acl.c +++ b/mm/shmem_acl.c @@ -35,7 +35,7 @@ shmem_get_acl(struct inode *inode, int type) } /** - * shmem_get_acl - generic_acl_operations->setacl() operation + * shmem_set_acl - generic_acl_operations->setacl() operation */ static void shmem_set_acl(struct inode *inode, int type, struct posix_acl *acl) |