diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2024-09-04 07:54:54 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2024-09-04 07:54:54 +0000 |
commit | c08b0d64f93729a6088a731e9e41fda5bec371e1 (patch) | |
tree | e09749cad372b028eb5c075077d98bbae8a348bb /sys/ddb | |
parent | 92740d6c8077a1465c78e747b508ddbb0d12ab57 (diff) |
Fix some spelling.
Input and ok jmc@, jsg@
Diffstat (limited to 'sys/ddb')
-rw-r--r-- | sys/ddb/db_elf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_elf.c b/sys/ddb/db_elf.c index 2eeb1835b4f..6b9281bbf73 100644 --- a/sys/ddb/db_elf.c +++ b/sys/ddb/db_elf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_elf.c,v 1.32 2021/03/12 10:22:46 jsg Exp $ */ +/* $OpenBSD: db_elf.c,v 1.33 2024/09/04 07:54:52 mglocker Exp $ */ /* $NetBSD: db_elf.c,v 1.13 2000/07/07 21:55:18 jhawk Exp $ */ /*- @@ -280,7 +280,7 @@ db_elf_sym_search(vaddr_t off, db_strategy_t strategy, db_expr_t *diffp) if (symp->st_name == 0) continue; #if 0 - /* This prevents me from seeing anythin in locore.s -- eeh */ + /* This prevents me from seeing anything in locore.s -- eeh */ if (ELF_SYM_TYPE(symp->st_info) != Elf_estt_object && ELF_SYM_TYPE(symp->st_info) != Elf_estt_func) continue; |