From 177b42fefa0b72f2ca50ddf7393c0f2465546ff4 Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Tue, 5 Jul 2011 04:35:00 +0000 Subject: gdb/ * ada-lang.c: Fix typos. * amd64-tdep.c: Likewise. * breakpoint.c: Likewise. * cli/cli-decode.c: Likewise. * findcmd.c: Likewise. * inline-frame.c: Likewise. * mi/mi-main.c: Likewise. * minsyms.c: Likewise. * monitor.c: Likewise. * monitor.h: Likewise. * prologue-value.c: Likewise. * reverse.c: Likewise. * s390-tdep.c: Likewise. gdb/testsuite/ * gdb.base/call-sc.c: Likewise. * gdb.base/ifelse.exp: Likewise. * gdb.base/structs.c: Likewise. gdb/doc/ * gdb.texinfo: Likewise. --- gdb/minsyms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/minsyms.c') diff --git a/gdb/minsyms.c b/gdb/minsyms.c index 249675b..70871cd 100644 --- a/gdb/minsyms.c +++ b/gdb/minsyms.c @@ -583,7 +583,7 @@ lookup_minimal_symbol_by_pc_section_1 (CORE_ADDR pc, /* If we are looking for a trampoline and this is a text symbol, or the other way around, check the - preceeding symbol too. If they are otherwise + preceding symbol too. If they are otherwise identical prefer that one. */ if (hi > 0 && MSYMBOL_TYPE (&msymbol[hi]) == other_type -- cgit v1.1