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

librpc: Fix typos

While there, wrap the long comment lines

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2021-01-29 10:13:13 +01:00 committed by Jeremy Allison
parent ce9df5080d
commit dead4d05ab

View File

@ -96,7 +96,8 @@ struct dcesrv_handle *dcesrv_handle_lookup(struct dcesrv_call_state *call,
struct dom_sid *sid;
/*
* For simplicty, ensure we abort here for an interface that has no handles (programmer error)
* For simplicity, ensure we abort here for an interface that
* has no handles (programmer error)
*/
SMB_ASSERT((context->iface->flags & DCESRV_INTERFACE_FLAGS_HANDLES_NOT_USED) == 0);