1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3:smbd:posix_acls: s/the the/that the/ in comment

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Douglas Bagnall 2024-09-13 14:27:57 +12:00 committed by Volker Lendecke
parent 367e58c321
commit 9ef582d0e9

View File

@ -2508,7 +2508,7 @@ static bool unpack_canon_ace(files_struct *fsp,
/******************************************************************************
When returning permissions, try and fit NT display
semantics if possible. Note the the canon_entries here must have been malloced.
semantics if possible. Note that the canon_entries here must have been malloced.
The list format should be - first entry = owner, followed by group and other user
entries, last entry = other.