git: 59dacd7f008f - main - librpcsec_gss: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Apr 2026 08:12:15 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=59dacd7f008f54a335ec49e747bb8ddac67b0a83
commit 59dacd7f008f54a335ec49e747bb8ddac67b0a83
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-19 07:57:03 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-19 08:12:02 +0000
librpcsec_gss: Fix a typo in a source code comment
- s/verfier/verifier/
MFC after: 3 days
---
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 */