diff options
author | Aneesh Kumar <aneesh.kumar@gmail.com> | 2006-10-11 04:22:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-11 14:14:23 -0400 |
commit | 53bc5b2db16ceefdd972b9ffd1f7bde5c427939e (patch) | |
tree | 07f6e4a9e958ab286a4bd009a8cb055874088458 /mm/shmem_acl.c | |
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/shmem_acl.c')
-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 c946bf468718..f5664c5b9eb1 100644 --- a/mm/shmem_acl.c +++ b/mm/shmem_acl.c | |||
@@ -35,7 +35,7 @@ shmem_get_acl(struct inode *inode, int type) | |||
35 | } | 35 | } |
36 | 36 | ||
37 | /** | 37 | /** |
38 | * shmem_get_acl - generic_acl_operations->setacl() operation | 38 | * shmem_set_acl - generic_acl_operations->setacl() operation |
39 | */ | 39 | */ |
40 | static void | 40 | static void |
41 | shmem_set_acl(struct inode *inode, int type, struct posix_acl *acl) | 41 | shmem_set_acl(struct inode *inode, int type, struct posix_acl *acl) |