OSDN Git Service

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 4fde9dd..99692dd 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 c425d14..bcbdd1e 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"