git: 5f7148131efc - stable/14 - rpcsec_gss(3): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Apr 2026 09:23:45 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=5f7148131efc423e09270d93d6f2e36d53b2b293
commit 5f7148131efc423e09270d93d6f2e36d53b2b293
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-19 08:08:56 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-22 09:23:33 +0000
rpcsec_gss(3): Fix a typo in a source code comment
- s/verfier/verifier/
(cherry picked from commit 6323e2be6102e2a152b4420db272f7e880017cf0)
---
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 4b0a962070ad..cf68edefb409 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 */