diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-12-21 02:44:56 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-12-21 02:44:56 +0000 |
commit | 7877f795b09908b32774a1e8bcc5284cac4576cb (patch) | |
tree | 0e9a6c1eb41a346b3a5a9189bdee368ef8e03a92 /libexec | |
parent | 0341bd4e4d803a69c507fcae2e9e2e04c411de43 (diff) |
'immediatly' -> 'immediately' in comments.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/mips64/rtld_machine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/mips64/rtld_machine.c b/libexec/ld.so/mips64/rtld_machine.c index 91e8e52a41b..48299165d30 100644 --- a/libexec/ld.so/mips64/rtld_machine.c +++ b/libexec/ld.so/mips64/rtld_machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld_machine.c,v 1.8 2005/09/22 01:33:08 drahn Exp $ */ +/* $OpenBSD: rtld_machine.c,v 1.9 2006/12/21 02:44:55 krw Exp $ */ /* * Copyright (c) 1998-2004 Opsycon AB, Sweden. @@ -251,7 +251,7 @@ _dl_md_reloc_got(elf_object_t *object, int lazy) } else if (ELF64_ST_TYPE(symp->st_info) == STT_FUNC && symp->st_value != *gotp) { *gotp += loff; - } else { /* Resolve all others immediatly */ + } else { /* Resolve all others immediately */ this = 0; ooff = _dl_find_symbol(strt + symp->st_name, &this, SYM_SEARCH_ALL|SYM_NOWARNNOTFOUND|SYM_PLT, |