Fix typos in symtab_symbol_info
[deliverable/binutils-gdb.git] / gdb / symtab.c
index ad2a1599a3dd91cb587bcd20f02098c6299041b0..005ea23da8d19f397347e5ad245020fe81f9dbf3 100644 (file)
@@ -4722,7 +4722,7 @@ symtab_symbol_info (bool quiet,
          if (t_regexp != NULL)
            printf_filtered
              (_("All %ss matching regular expression \"%s\""
-                " with type matching regulation expression \"%s\":\n"),
+                " with type matching regular expression \"%s\":\n"),
               classnames[kind], regexp, t_regexp);
          else
            printf_filtered (_("All %ss matching regular expression \"%s\":\n"),
@@ -4733,7 +4733,7 @@ symtab_symbol_info (bool quiet,
          if (t_regexp != NULL)
            printf_filtered
              (_("All defined %ss"
-                " with type matching regulation expression \"%s\" :\n"),
+                " with type matching regular expression \"%s\" :\n"),
               classnames[kind], t_regexp);
          else
            printf_filtered (_("All defined %ss:\n"), classnames[kind]);
This page took 0.025449 seconds and 4 git commands to generate.