From: Karolin Seeger Date: Thu, 10 Jun 2010 08:35:56 +0000 (+0200) Subject: s3-smbd: Fix typo in comment. X-Git-Tag: release-3-6-0pre1~1271 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=9fdb69ebcdca9e56e39affd7a35d1ccb28daad5c;p=ddiss%2Fsamba.git s3-smbd: Fix typo in comment. Karolin --- diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index 2f2c90161cf..db8b2529f25 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -1672,7 +1672,7 @@ static bool create_canon_ace_lists(files_struct *fsp, struct security_ace *psa = &dacl->aces[i]; /* - * Create a cannon_ace entry representing this NT DACL ACE. + * Create a canon_ace entry representing this NT DACL ACE. */ if ((current_ace = SMB_MALLOC_P(canon_ace)) == NULL) {