diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-10 04:02:51 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-10 04:02:51 +0000 |
commit | 19fdb6d219cdc3ea1495722bc27d42562dcd78c5 (patch) | |
tree | 6dd51d99f33ec4a3a2dc9d7c44949743578c53c6 /lib/libc/gen/nlist.c | |
parent | b9b34c1267966b63be8a38ff26f4774aa957eb7d (diff) |
duplicate words and spelling fixes in comments
ok miod@
Diffstat (limited to 'lib/libc/gen/nlist.c')
-rw-r--r-- | lib/libc/gen/nlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c index 4c541381c15..6f596d069d4 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: nlist.c,v 1.42 2002/06/11 06:39:47 art Exp $"; +static char rcsid[] = "$OpenBSD: nlist.c,v 1.43 2003/03/10 04:02:49 david Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> @@ -284,7 +284,7 @@ __elf_is_okay__(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) || IS_OLF(*ehdr)) && ehdr->e_ident[EI_CLASS] == ELF_TARG_CLASS && |