aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-block.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-block.c')
-rw-r--r--gdb/python/py-block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-block.c b/gdb/python/py-block.c
index faa4c46..9d0d6cc 100644
--- a/gdb/python/py-block.c
+++ b/gdb/python/py-block.c
@@ -173,7 +173,7 @@ blpy_dealloc (PyObject *obj)
/* Given a block, and a block_object that has previously been
allocated and initialized, populate the block_object with the
struct block data. Also, register the block_object life-cycle
- with the life-cycle of the the object file associated with this
+ with the life-cycle of the object file associated with this
block, if needed. */
static void
set_block (block_object *obj, struct block *block,