From ccf46844d3e5ad4af9f3a10cc0599c939138d566 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 13 Jun 2019 00:06:52 +0100 Subject: [PATCH] gdb.base/completion.exp: Fix comment typo Noticed this while writing the following patch. We cd to $srcdir, not $objdir. gdb/testsuite/ChangeLog: 2019-06-13 Pedro Alves * gdb.base/completion.exp: Fix comment typo. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/completion.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5590bf964d..cff713c80b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2019-06-13 Pedro Alves + + * gdb.base/completion.exp: Fix comment typo. + 2019-06-13 Pedro Alves * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1 diff --git a/gdb/testsuite/gdb.base/completion.exp b/gdb/testsuite/gdb.base/completion.exp index b110ba3c45..e705f8cdb0 100644 --- a/gdb/testsuite/gdb.base/completion.exp +++ b/gdb/testsuite/gdb.base/completion.exp @@ -665,7 +665,7 @@ gdb_test "complete whatis &values\[0\]->z" \ # strategy on Tuesdays to get the cursor in the right place, that's # not something the testsuite should care about. # -# So, we avoid long lines. We `cd' to ${objdir} first, and then do +# So, we avoid long lines. We `cd' to ${srcdir} first, and then do # the completion relative to the current directory. # ${srcdir} may be a relative path. We want to make sure we end up -- 2.34.1