]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
librpc: Fix typos
authorVolker Lendecke <vl@samba.org>
Fri, 29 Jan 2021 09:13:13 +0000 (10:13 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 9 Mar 2021 22:36:28 +0000 (22:36 +0000)
While there, wrap the long comment lines

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/rpc/dcesrv_handles.c

index 2afeb0f8eaa7d31c1252359cc4b568dfd4f31d33..a87921ce740abbe16bd2d592c63b8442f3efd761 100644 (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);