]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb.base/break.exp: Fix a comment typo.
authorWu Zhou <woodzltc@cn.ibm.com>
Wed, 9 Nov 2005 06:41:30 +0000 (06:41 +0000)
committerWu Zhou <woodzltc@cn.ibm.com>
Wed, 9 Nov 2005 06:41:30 +0000 (06:41 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/break.exp

index 4fde9dd49ee5b509728e591615f78849b85c95f1..99692ddaf4ac117fc3953220d82702d3984a0757 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * gdb.base/break.exp: Fix a comment typo.
+
 2005-11-03  Jim Blandy  <jimb@redhat.com>
 
         Checked in by Elena Zannoni  <ezannoni@redhat.com>
index c425d1439cfc6b6d04c110580372769ea356a6d8..bcbdd1e22dcca810fb6b9675434de647424585aa 100644 (file)
@@ -67,7 +67,7 @@ if [target_info exists gdb_stub] {
 
 # Test deleting all breakpoints when there are none installed,
 # GDB should not prompt for confirmation.
-# Note that gdb-init.exp provides a "delete_breakpoints" proc
+# Note that lib/gdb.exp provides a "delete_breakpoints" proc
 # for general use elsewhere.
 
 send_gdb "delete breakpoints\n"