From 9fdb69ebcdca9e56e39affd7a35d1ccb28daad5c Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 10 Jun 2010 10:35:56 +0200 Subject: [PATCH] s3-smbd: Fix typo in comment. Karolin --- source3/smbd/posix_acls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.4.GIT