git: c79946df8340 - stable/13 - 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:33:40 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c79946df834015b705f486cc3f3e11e7ddb57d29 commit c79946df834015b705f486cc3f3e11e7ddb57d29 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:23:10 +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. */