From 3c84a84fff15500b6bbbfbbf29d2114bc3c7fed4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 30 May 2024 14:06:39 +0200 Subject: [PATCH] spnego: Fix typos Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- auth/gensec/spnego.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auth/gensec/spnego.c b/auth/gensec/spnego.c index 50583cde773..28d2e69132b 100644 --- a/auth/gensec/spnego.c +++ b/auth/gensec/spnego.c @@ -66,11 +66,11 @@ struct spnego_neg_ops { const char *name; /* * The start hook does the initial processing on the incoming packet and - * may starts the first possible subcontext. It indicates that + * may start the first possible subcontext. It indicates that * gensec_update() is required on the subcontext by returning * NT_STATUS_MORE_PROCESSING_REQUIRED and return something useful in * 'in_next'. Note that 'in_mem_ctx' is just passed as a hint, the - * caller should treat 'in_next' as const and don't attempt to free the + * caller should treat 'in_next' as const and not attempt to free the * content. NT_STATUS_OK indicates the finish hook should be invoked * directly within the need of gensec_update() on the subcontext. * Every other error indicates an error that's returned to the caller. @@ -88,7 +88,7 @@ struct spnego_neg_ops { * gensec_update() is required on the subcontext by returning * NT_STATUS_MORE_PROCESSING_REQUIRED and return something useful in * 'in_next'. Note that 'in_mem_ctx' is just passed as a hint, the - * caller should treat 'in_next' as const and don't attempt to free the + * caller should treat 'in_next' as const and not attempt to free the * content. NT_STATUS_OK indicates the finish hook should be invoked * directly within the need of gensec_update() on the subcontext. * Every other error indicates an error that's returned to the caller. -- 2.47.3