summaryrefslogtreecommitdiff
path: root/gdb/inline-frame.c
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2011-07-05 04:34:50 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2011-07-05 04:34:50 +0000
commitfce248b23dbf27dc62a82cf6504f0811b8b58a8c (patch)
treee216381634737a56707111e985fd36c2a326f793 /gdb/inline-frame.c
parent3b23f09ef73e2a472215149ac5e4b71e62f3ab1a (diff)
downloadgdb-fce248b23dbf27dc62a82cf6504f0811b8b58a8c.tar.gz
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.
Diffstat (limited to 'gdb/inline-frame.c')
-rw-r--r--gdb/inline-frame.c2
1 files changed, 1 insertions, 1 deletions
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;