From 565405095b88a00df786614cdaabfdd3de1148ec Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 5 Jun 2022 09:51:57 +0200 Subject: nlist(3): Fix a common typo in a source code comment - s/independant/independent/ MFC after: 3 days --- lib/libc/gen/nlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c index 3d69157904a4..c30fa4dbaca2 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -106,7 +106,7 @@ __elf_is_okay__(Elf_Ehdr *ehdr) * We need to check magic, class size, endianess, * and version before we look at the rest of the * Elf_Ehdr structure. These few elements are - * represented in a machine independant fashion. + * represented in a machine independent fashion. */ if (IS_ELF(*ehdr) && ehdr->e_ident[EI_CLASS] == ELF_TARG_CLASS && -- cgit v1.2.3