gdb.base/break.exp: Fix a comment typo.

This commit is contained in:
Wu Zhou 2005-11-09 06:41:30 +00:00
parent d0967c0f3c
commit 9d6f42e946
2 changed files with 5 additions and 1 deletions

View 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>

View 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"