git: 9e75b06f93d0 - main - libgssapi: Fix a common typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Jun 2022 07:54:09 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=9e75b06f93d001fc961b6e839e59977f826b6c2f
commit 9e75b06f93d001fc961b6e839e59977f826b6c2f
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:53:24 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-05 07:53:24 +0000
libgssapi: Fix a common typo in a source code comment
- s/independant/independent/
MFC after: 3 days
---
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.
*/