diff options
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 da66558a1f6..1b1cd1eec2f 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nlist.c,v 1.71 2019/06/28 13:32:41 deraadt Exp $ */ +/* $OpenBSD: nlist.c,v 1.72 2022/12/27 17:10:06 jmc Exp $ */ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -61,7 +61,7 @@ __elf_is_okay__(Elf_Ehdr *ehdr) { int retval = 0; /* - * We need to check magic, class size, endianess, + * We need to check magic, class size, endianness, * and version before we look at the rest of the * Elf_Ehdr structure. These few elements are * represented in a machine independent fashion. |