libgssapi: Fix a common typo in a source code comment

- s/independant/independent/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-05 09:53:24 +02:00
parent 860740ae0f
commit 9e75b06f93

View file

@ -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.
*/