gdb/testsuite: fix typo in gdb_test_multiple doc

gdb/testsuite/ChangeLog:

	* lib/gdb.exp (gdb_test_multiple): Fix typo in doc.

Change-Id: Ieb188b3382395ce951bfba5a5f25aaea0f89ebf9
This commit is contained in:
Simon Marchi 2020-12-14 23:45:17 -05:00
parent 2eef5098e9
commit 60598dbd58
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
* lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
2020-12-14 Mark Wielaard <mark@klomp.org>
* lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr

View File

@ -777,7 +777,7 @@ proc gdb_internal_error_resync {} {
}
# gdb_test_multiple COMMAND MESSAGE [ -promp PROMPT_REGEXP] [ -lbl ]
# gdb_test_multiple COMMAND MESSAGE [ -prompt PROMPT_REGEXP] [ -lbl ]
# EXPECT_ARGUMENTS
# Send a command to gdb; test the result.
#