diff options
author | Achilles Gaikwad <achillesgaikwad@gmail.com> | 2018-01-28 13:39:48 +0530 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2018-01-28 09:19:45 -0600 |
commit | 36c7ce4a17f220398e12e588ea3484265df4c41c (patch) | |
tree | d14dbb6f8ce15672c3f2a8d1197c51777840fc38 /fs/cifs/cifsacl.c | |
parent | ab2c64330963a9d96c43751d83d133df20b04b19 (diff) |
fs/cifs/cifsacl.c Fixes typo in a comment
Signed-off-by: Achilles Gaikwad <achillesgaikwad@gmail.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsacl.c')
-rw-r--r-- | fs/cifs/cifsacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsacl.c b/fs/cifs/cifsacl.c index b98436f5c7c7..13a8a77322c9 100644 --- a/fs/cifs/cifsacl.c +++ b/fs/cifs/cifsacl.c @@ -1125,7 +1125,7 @@ out: return rc; } -/* Translate the CIFS ACL (simlar to NTFS ACL) for a file into mode bits */ +/* Translate the CIFS ACL (similar to NTFS ACL) for a file into mode bits */ int cifs_acl_to_fattr(struct cifs_sb_info *cifs_sb, struct cifs_fattr *fattr, struct inode *inode, const char *path, |