aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-02-08 01:19:36 -0700
committerTom Tromey <tom@tromey.com>2019-02-20 11:21:38 -0700
commit0c95f9ed6c0978ae421048552c15065d32c45c30 (patch)
tree2d485acbb5d13a7984b7048918c184b1d141b61a /gdb/testsuite
parent3ca60c57a715bbefc091949dd2381bab1b124715 (diff)
downloadgdb-0c95f9ed6c0978ae421048552c15065d32c45c30.zip
gdb-0c95f9ed6c0978ae421048552c15065d32c45c30.tar.gz
gdb-0c95f9ed6c0978ae421048552c15065d32c45c30.tar.bz2
Fix typos in symtab_symbol_info
symtab_symbol_info has a couple of messages that say "regulation expression". I think "regular expression" was meant, so this patch changes it. gdb/ChangeLog 2019-02-20 Tom Tromey <tom@tromey.com> * symtab.c (symtab_symbol_info): Fix typos. gdb/testsuite/ChangeLog 2019-02-20 Tom Tromey <tom@tromey.com> * gdb.base/info_qt.exp: Update.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/info_qt.exp4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index cd2a654..92b3b8f 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-20 Tom Tromey <tom@tromey.com>
+
+ * gdb.base/info_qt.exp: Update.
+
2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
* gdb.base/source.exp: Move "error in sourced script" code to
diff --git a/gdb/testsuite/gdb.base/info_qt.exp b/gdb/testsuite/gdb.base/info_qt.exp
index 9b9292f..f023f0b 100644
--- a/gdb/testsuite/gdb.base/info_qt.exp
+++ b/gdb/testsuite/gdb.base/info_qt.exp
@@ -234,10 +234,10 @@ with_test_prefix "rest of args as single regexp" {
"single regexp"
gdb_test "info functions -t uvw abc def" \
- "All functions matching regular expression \\\"abc def\\\" with type matching regulation expression \\\"uvw\\\":" \
+ "All functions matching regular expression \\\"abc def\\\" with type matching regular expression \\\"uvw\\\":" \
"-t noquote single regexp"
gdb_test "info functions -t 'uvw xyz' abc def" \
- "All functions matching regular expression \\\"abc def\\\" with type matching regulation expression \\\"uvw xyz\\\":" \
+ "All functions matching regular expression \\\"abc def\\\" with type matching regular expression \\\"uvw xyz\\\":" \
"-t quote single regexp"
}