From 9e75b06f93d001fc961b6e839e59977f826b6c2f Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 5 Jun 2022 09:53:24 +0200 Subject: [PATCH] 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. */