* 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.
This commit is contained in:
Thiago Jung Bauermann
2011-07-05 04:35:00 +00:00
parent 4035a145a4
commit 177b42fefa
20 changed files with 43 additions and 17 deletions

View File

@ -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;