diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-06-10 10:35:56 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-06-10 10:35:56 +0200 |
commit | 9fdb69ebcdca9e56e39affd7a35d1ccb28daad5c (patch) | |
tree | eb06dac26541dcc444e3bee18ae35c8cef8c5094 | |
parent | 8ca88e2f818d01311e16c290882c8ec47f0d4bfc (diff) | |
download | samba-9fdb69ebcdca9e56e39affd7a35d1ccb28daad5c.tar.gz samba-9fdb69ebcdca9e56e39affd7a35d1ccb28daad5c.tar.bz2 samba-9fdb69ebcdca9e56e39affd7a35d1ccb28daad5c.zip |
s3-smbd: Fix typo in comment.
Karolin
-rw-r--r-- | source3/smbd/posix_acls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index 2f2c90161c..db8b2529f2 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) { |