Fix two langauge -> language typos
This commit is contained in:
parent
1ace968ad5
commit
66b8bb74ca
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2019-05-12 Paul Naert <paul.naert@polymtl.ca>
|
||||
|
||||
* language.c (language_sniff_from_mangled_name): Fix "langauge"
|
||||
typo.
|
||||
* location.h (string_to_event_location): Likewise.
|
||||
|
||||
2019-05-11 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
GDB 8.3 released.
|
||||
|
|
|
@ -623,7 +623,7 @@ language_demangle (const struct language_defn *current_language,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/* See langauge.h. */
|
||||
/* See language.h. */
|
||||
|
||||
int
|
||||
language_sniff_from_mangled_name (const struct language_defn *lang,
|
||||
|
|
|
@ -226,7 +226,7 @@ extern event_location_up
|
|||
in the input string, it will take precedence over this parameter. */
|
||||
|
||||
extern event_location_up string_to_event_location
|
||||
(const char **argp, const struct language_defn *langauge,
|
||||
(const char **argp, const struct language_defn *language,
|
||||
symbol_name_match_type match_type = symbol_name_match_type::WILD);
|
||||
|
||||
/* Like string_to_event_location, but does not attempt to parse
|
||||
|
|
Loading…
Add table
Reference in a new issue