mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
libgssapi: Fix a common typo in a source code comment
- s/independant/independent/ MFC after: 3 days
This commit is contained in:
parent
860740ae0f
commit
9e75b06f93
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user