Skip to content

Commit

Permalink
fs/cifs/cifsacl.c Fixes typo in a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Achilles Gaikwad <achillesgaikwad@gmail.com>
Signed-off-by: Steve French <smfrench@gmail.com>
  • Loading branch information
Achilles Gaikwad authored and Steve French committed Jan 28, 2018
1 parent ab2c643 commit 36c7ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/cifsacl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen,
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,
Expand Down

0 comments on commit 36c7ce4

Please sign in to comment.