diff options
Diffstat (limited to 'lib/libc/gen')
-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 8464ac3..9e6d52f 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -208,8 +208,8 @@ static void elf_sym_to_nlist(struct nlist *, Elf_Sym *, Elf_Shdr *, int); * __elf_is_okay__ - Determine if ehdr really * is ELF and valid for the target platform. * - * WARNING: This is NOT a ELF ABI function and - * as such it's use should be restricted. + * WARNING: This is NOT an ELF ABI function and + * as such its use should be restricted. */ int __elf_is_okay__(ehdr) |