summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-01-27 14:53:15 +0100
committerJeremy Allison <jra@samba.org>2021-03-09 22:36:28 +0000
commitb1ba5d58727eff385eb2d3a570a655376b441ee6 (patch)
treeed0ab4fd31b206d97a8f20942b7c5d4ee4070b87 /librpc
parentdd56d415b15b5a65b07573de4a291a13c7f79868 (diff)
downloadsamba-b1ba5d58727eff385eb2d3a570a655376b441ee6.tar.gz
librpc: Fix a typo, while there linewrap the comment
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc')
-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 589a1ebb208..2afeb0f8eaa 100644
--- a/librpc/rpc/dcesrv_handles.c
+++ b/librpc/rpc/dcesrv_handles.c
@@ -49,7 +49,8 @@ struct dcesrv_handle *dcesrv_handle_create(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);