]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
librpc:ndr: Fix comment
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 13 Nov 2023 00:48:22 +0000 (13:48 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Nov 2023 22:07:36 +0000 (22:07 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/ndr/libndr.h

index 5f84b0be7df54a30dc021d873bf10e8194e5e40b..f84712334539016c3239354659cb6e4bca498786 100644 (file)
@@ -177,8 +177,8 @@ struct ndr_print {
                0)
 
 /*
- * Mark an element as SECRET, it won't be printed by
- * via ndr_print* unless NDR_PRINT_SECRETS is specified.
+ * Mark an element as SECRET, it won't be printed via
+ * ndr_print* unless NDR_PRINT_SECRETS is specified.
  */
 #define LIBNDR_FLAG_IS_SECRET          (1U<<14)