From: Simon Marchi Date: Tue, 15 Dec 2020 04:45:17 +0000 (-0500) Subject: gdb/testsuite: fix typo in gdb_test_multiple doc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60598dbd58c80cf6ef810ebd7c92e5ef185d5501;p=binutils-gdb.git 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 --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8206b3e35cc..a3a0941190f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2020-12-14 Simon Marchi + + * lib/gdb.exp (gdb_test_multiple): Fix typo in doc. + 2020-12-14 Mark Wielaard * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 94bdf1ac856..2b6b4d5e207 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -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. #