aboutsummaryrefslogtreecommitdiff
path: root/gdb/block.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2010-12-29 21:44:26 +0000
committerMichael Snyder <msnyder@vmware.com>2010-12-29 21:44:26 +0000
commit4a64f543e68bd1a6f2fbf7409c7fb4e9fdf73d78 (patch)
treef05cea6576fb02fe199d6d29cabd268d91c4ca1f /gdb/block.c
parent79676006fbcb0b7feaab86028aa81d9f7b84b312 (diff)
downloadgdb-4a64f543e68bd1a6f2fbf7409c7fb4e9fdf73d78.zip
gdb-4a64f543e68bd1a6f2fbf7409c7fb4e9fdf73d78.tar.gz
gdb-4a64f543e68bd1a6f2fbf7409c7fb4e9fdf73d78.tar.bz2
2010-12-29 Michael Snyder <msnyder@vmware.com>
* bcache.c: Comment clean-up. * block.c: Ditto. * blockframe.c: Ditto. * breakpoint.c: Ditto. * bsd-kvm.c: Ditto. * buildsym.c: Ditto.
Diffstat (limited to 'gdb/block.c')
-rw-r--r--gdb/block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/block.c b/gdb/block.c
index 48ac21b..f932d41 100644
--- a/gdb/block.c
+++ b/gdb/block.c
@@ -40,7 +40,7 @@ static void block_initialize_namespace (struct block *block,
/* Return Nonzero if block a is lexically nested within block b,
or if a and b have the same pc range.
- Return zero otherwise. */
+ Return zero otherwise. */
int
contained_in (const struct block *a, const struct block *b)