diff options
Diffstat (limited to 'libexec/ld.so/mips')
-rw-r--r-- | libexec/ld.so/mips/rtld_machine.c | 4 | ||||
-rw-r--r-- | libexec/ld.so/mips/syscall.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libexec/ld.so/mips/rtld_machine.c b/libexec/ld.so/mips/rtld_machine.c index 1719433ea55..19865eb154d 100644 --- a/libexec/ld.so/mips/rtld_machine.c +++ b/libexec/ld.so/mips/rtld_machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld_machine.c,v 1.5 2002/06/05 23:13:55 art Exp $ */ +/* $OpenBSD: rtld_machine.c,v 1.6 2002/07/07 08:54:50 jufi Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -113,7 +113,7 @@ _dl_md_reloc(elf_object_t *object, int rel, int relsz) * is referenced by other relocations than CALL16 and 26 it * should not be given a stub and have a zero value in the * symbol table. By not doing so, we can't use pointers to - * external functions and use them in comparitions... + * external functions and use them in comparisons... */ void _dl_md_reloc_got(elf_object_t *object, int lazy) diff --git a/libexec/ld.so/mips/syscall.h b/libexec/ld.so/mips/syscall.h index 6af92f5f042..216c72e0da6 100644 --- a/libexec/ld.so/mips/syscall.h +++ b/libexec/ld.so/mips/syscall.h @@ -1,4 +1,4 @@ -/* $OpenBSD: syscall.h,v 1.4 2002/05/24 04:17:00 deraadt Exp $ */ +/* $OpenBSD: syscall.h,v 1.5 2002/07/07 08:54:50 jufi Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -48,7 +48,7 @@ /* * Inlined system call functions that can be used before - * any dynamic address resoving has been done. + * any dynamic address resolving has been done. */ extern inline int |