aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-01-20 20:00:14 +0000
committerPedro Alves <palves@redhat.com>2012-01-20 20:00:14 +0000
commit6a52fb620c95f9772cc3480b6e08d9a2d69f3f97 (patch)
treeec1dba4c3f143afd4b1d7cf4d6cd6941b3a381cb /gdb
parentf1bb16f888ae3230ecac7530db7b2dab3dcddfe2 (diff)
downloadfsf-binutils-gdb-6a52fb620c95f9772cc3480b6e08d9a2d69f3f97.zip
fsf-binutils-gdb-6a52fb620c95f9772cc3480b6e08d9a2d69f3f97.tar.gz
fsf-binutils-gdb-6a52fb620c95f9772cc3480b6e08d9a2d69f3f97.tar.bz2
2012-01-20 Pedro Alves <palves@redhat.com>
* gdb.python/py-finish-breakpoint.py: Fix typo.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.python/py-finish-breakpoint.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index ebef185..b6a7a2c 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-20 Pedro Alves <palves@redhat.com>
+
+ * gdb.python/py-finish-breakpoint.py: Fix typo.
+
2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
* gdb.base/info-proc.exp: Also run on remote targets. Main
diff --git a/gdb/testsuite/gdb.python/py-finish-breakpoint.py b/gdb/testsuite/gdb.python/py-finish-breakpoint.py
index fb462bb..2878bb8 100644
--- a/gdb/testsuite/gdb.python/py-finish-breakpoint.py
+++ b/gdb/testsuite/gdb.python/py-finish-breakpoint.py
@@ -86,4 +86,4 @@ class SimpleFinishBreakpoint(gdb.FinishBreakpoint):
def out_of_scope(self):
print "SimpleFinishBreakpoint out of scope"
-print "Python script importedd"
+print "Python script imported"