Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2022 07:54:09 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9e75b06f93d0 - main - libgssapi: Fix a common typo in a source code comment
Message-ID:  <202206050754.2557s9CB001977@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
 	 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206050754.2557s9CB001977>