aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-06-05 07:51:57 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-06-05 07:51:57 +0000
commit565405095b88a00df786614cdaabfdd3de1148ec (patch)
tree5cf617c69dabc5bf419c2d79c2736349f55a75f8 /lib/libc
parentc2a249ad8f29e326e9c18b076eadd8730e43af0b (diff)
downloadsrc-565405095b88a00df786614cdaabfdd3de1148ec.tar.gz
src-565405095b88a00df786614cdaabfdd3de1148ec.zip
nlist(3): Fix a common typo in a source code comment
- s/independant/independent/ MFC after: 3 days
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/nlist.c2
1 files changed, 1 insertions, 1 deletions
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 &&