git: 4b73f0ac8d44 - stable/14 - librpcsec_gss: 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:42 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=4b73f0ac8d441ca922b366414be146d46bc2649e
commit 4b73f0ac8d441ca922b366414be146d46bc2649e
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-19 07:57:03 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-22 09:22:57 +0000
librpcsec_gss: Fix a typo in a source code comment
- s/verfier/verifier/
(cherry picked from commit 59dacd7f008f54a335ec49e747bb8ddac67b0a83)
---
lib/librpcsec_gss/rpcsec_gss.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librpcsec_gss/rpcsec_gss.c b/lib/librpcsec_gss/rpcsec_gss.c
index 4a0de8b70b67..276fa1423b0f 100644
--- a/lib/librpcsec_gss/rpcsec_gss.c
+++ b/lib/librpcsec_gss/rpcsec_gss.c
@@ -100,7 +100,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 */