s3-smbd: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Thu, 10 Jun 2010 08:35:56 +0000 (10:35 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 10 Jun 2010 08:35:56 +0000 (10:35 +0200)
Karolin

source3/smbd/posix_acls.c

index 2f2c90161cfdf9db072b59a27fe1904fbe685573..db8b2529f254705bc3dcf6c193360f435d2c7255 100644 (file)
@@ -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) {