summaryrefslogtreecommitdiff
path: root/librpc/rpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-01-29 10:13:13 +0100
committerJeremy Allison <jra@samba.org>2021-03-09 22:36:28 +0000
commitdead4d05aba6be4d99e71d615675642dff2d5d6d (patch)
treed363dd310f461f5fac229262a7948276042c47d0 /librpc/rpc
parentce9df5080d12c38d69e269a1434cd4c6838264a0 (diff)
downloadsamba-dead4d05aba6be4d99e71d615675642dff2d5d6d.tar.gz
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>
Diffstat (limited to 'librpc/rpc')
-rw-r--r--librpc/rpc/dcesrv_handles.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/rpc/dcesrv_handles.c b/librpc/rpc/dcesrv_handles.c
index 2afeb0f8eaa..a87921ce740 100644
--- a/librpc/rpc/dcesrv_handles.c
+++ b/librpc/rpc/dcesrv_handles.c
@@ -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);