summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-09-27 15:04:49 +1300
committerDouglas Bagnall <dbagnall@samba.org>2022-10-21 03:57:33 +0000
commit7ec569b3a6023a8f7c673820920f0d740241b30e (patch)
tree47b22669605998504ab27a3d7f85575823fbf2a4 /libcli
parentf7d94c67811d1fd6c18866d46d55e2ba87640104 (diff)
downloadsamba-7ec569b3a6023a8f7c673820920f0d740241b30e.tar.gz
libcli/security: Fix function header comments in SID handling
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'libcli')
-rw-r--r--libcli/security/util_sid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/security/util_sid.c b/libcli/security/util_sid.c
index 15dc50339d1..1bc0922277e 100644
--- a/libcli/security/util_sid.c
+++ b/libcli/security/util_sid.c
@@ -339,7 +339,7 @@ int sid_compare_domain(const struct dom_sid *sid1, const struct dom_sid *sid2)
}
/********************************************************************
- Add SID to an array SIDs
+ Add SID to an array of SIDs
********************************************************************/
NTSTATUS add_sid_to_array(TALLOC_CTX *mem_ctx, const struct dom_sid *sid,
@@ -366,7 +366,7 @@ NTSTATUS add_sid_to_array(TALLOC_CTX *mem_ctx, const struct dom_sid *sid,
/********************************************************************
- Add SID to an array SIDs ensuring that it is not already there
+ Add SID to an array of SIDs ensuring that it is not already there
********************************************************************/
NTSTATUS add_sid_to_array_unique(TALLOC_CTX *mem_ctx, const struct dom_sid *sid,