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/inline-frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/inline-frame.c') diff --git a/gdb/inline-frame.c b/gdb/inline-frame.c index dc05b8a3449..62985940872 100644 --- a/gdb/inline-frame.c +++ b/gdb/inline-frame.c @@ -288,7 +288,7 @@ block_starting_point_at (CORE_ADDR pc, struct block *block) if (new_block == block || contained_in (new_block, block)) return 0; - /* The immediately preceeding address belongs to a different block, + /* The immediately preceding address belongs to a different block, which is not a child of this one. Treat this as an entrance into BLOCK. */ return 1; -- cgit v1.2.1