git: 08e1cc883a10 - stable/12 - libgssapi: Fix a common typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:46:22 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=08e1cc883a100337275b660f7429e573477f9521
commit 08e1cc883a100337275b660f7429e573477f9521
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:53:24 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:45:13 +0000
libgssapi: Fix a common typo in a source code comment
- s/independant/independent/
(cherry picked from commit 9e75b06f93d001fc961b6e839e59977f826b6c2f)
---
lib/libgssapi/gss_compare_name.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libgssapi/gss_compare_name.c b/lib/libgssapi/gss_compare_name.c
index 327a6a728744..c30a67687c20 100644
--- a/lib/libgssapi/gss_compare_name.c
+++ b/lib/libgssapi/gss_compare_name.c
@@ -45,7 +45,7 @@ gss_compare_name(OM_uint32 *minor_status,
struct _gss_name *name2 = (struct _gss_name *) name2_arg;
/*
- * First check the implementation-independant name if both
+ * First check the implementation-independent name if both
* names have one. Otherwise, try to find common mechanism
* names and compare them.
*/