git: 6323e2be6102 - main - rpcsec_gss(3): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 19 Apr 2026 08:12:20 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=6323e2be6102e2a152b4420db272f7e880017cf0

commit 6323e2be6102e2a152b4420db272f7e880017cf0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-19 08:08:56 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-19 08:12:02 +0000

    rpcsec_gss(3): Fix a typo in a source code comment
    
    - s/verfier/verifier/
    
    MFC after:      3 days
---
 sys/rpc/rpcsec_gss/rpcsec_gss.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss.c b/sys/rpc/rpcsec_gss/rpcsec_gss.c
index 89d1c56f7cc2..4d5c53e2545e 100644
--- a/sys/rpc/rpcsec_gss/rpcsec_gss.c
+++ b/sys/rpc/rpcsec_gss/rpcsec_gss.c
@@ -128,7 +128,7 @@ struct rpc_gss_data {
 	rpc_gss_options_req_t	gd_options;	/* GSS context options */
 	enum rpcsec_gss_state	gd_state;	/* connection state */
 	gss_buffer_desc		gd_verf;	/* save GSS_S_COMPLETE
-						 * NULL RPC verfier to
+						 * NULL RPC verifier to
 						 * process at end of
 						 * context negotiation */
 	CLIENT			*gd_clnt;	/* client handle */