aboutsummaryrefslogtreecommitdiff
path: root/gdb/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/block.h')
-rw-r--r--gdb/block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/block.h b/gdb/block.h
index b199663..65e2e20 100644
--- a/gdb/block.h
+++ b/gdb/block.h
@@ -496,7 +496,7 @@ struct blockvector
void set_map (addrmap_fixed *map)
{ m_map = map; }
- /* Block comparison function. Returns true if B1 must be ordered before
+ /* Block comparison function. Returns true if B1 must be ordered before
B2 in a blockvector, false otherwise. */
static bool block_less_than (const struct block *b1, const struct block *b2);