aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-06-05 07:51:57 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-06-10 12:42:54 +0000
commit34243c00385bc01f18f44b975c541697e03b23b1 (patch)
tree7f5a29219721268ce68a7deafa71dcd8a5941e86 /lib
parentad8d15eec1a3f558f12c3991ec256dac79938aeb (diff)
downloadsrc-34243c00385bc01f18f44b975c541697e03b23b1.tar.gz
src-34243c00385bc01f18f44b975c541697e03b23b1.zip
nlist(3): Fix a common typo in a source code comment
- s/independant/independent/ (cherry picked from commit 565405095b88a00df786614cdaabfdd3de1148ec)
Diffstat (limited to 'lib')
-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 38fb4be3a071..b6bd4772521b 100644
--- a/lib/libc/gen/nlist.c
+++ b/lib/libc/gen/nlist.c
@@ -215,7 +215,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 &&