gdb.base/completion.exp: Fix comment typo
authorPedro Alves <palves@redhat.com>
Wed, 12 Jun 2019 23:06:52 +0000 (00:06 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 12 Jun 2019 23:10:41 +0000 (00:10 +0100)
Noticed this while writing the following patch.  We cd to $srcdir, not $objdir.

gdb/testsuite/ChangeLog:
2019-06-13  Pedro Alves  <palves@redhat.com>

* gdb.base/completion.exp: Fix comment typo.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/completion.exp

index 5590bf964d043e0a479b0213b6fe1c0c64805b7c..cff713c80bacfda6098d98a40886fa188910c2d4 100644 (file)
@@ -1,3 +1,7 @@
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/completion.exp: Fix comment typo.
+
 2019-06-13  Pedro Alves  <palves@redhat.com>
 
        * gdb.multi/tids.exp: Adjust expected output.  Add "thread apply 1
index b110ba3c45a441cb6bf70614bf5f6398b1643aae..e705f8cdb0e97260159b88052d2ecbedac7e8739 100644 (file)
@@ -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
This page took 0.03245 seconds and 4 git commands to generate.