From 0c95f9ed6c0978ae421048552c15065d32c45c30 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 8 Feb 2019 01:19:36 -0700 Subject: 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 * symtab.c (symtab_symbol_info): Fix typos. gdb/testsuite/ChangeLog 2019-02-20 Tom Tromey * gdb.base/info_qt.exp: Update. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/info_qt.exp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'gdb/testsuite') 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 + + * gdb.base/info_qt.exp: Update. + 2019-02-19 Simon Marchi * 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" } -- cgit v1.1