diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2019-05-12 11:47:37 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2019-05-12 11:50:13 -0400 |
commit | 66b8bb74ca8fb23e407b80e1b0e7c1a433286b41 (patch) | |
tree | a0a5dee54468f4ffb6fdd171ac0bd0d658f35bcd /gdb/location.h | |
parent | 1ace968ad55778bc178ef36182b87ab7e3dad652 (diff) | |
download | gdb-66b8bb74ca8fb23e407b80e1b0e7c1a433286b41.zip gdb-66b8bb74ca8fb23e407b80e1b0e7c1a433286b41.tar.gz gdb-66b8bb74ca8fb23e407b80e1b0e7c1a433286b41.tar.bz2 |
Fix two langauge -> language typos
Diffstat (limited to 'gdb/location.h')
-rw-r--r-- | gdb/location.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/location.h b/gdb/location.h index fcacc96..9e87520 100644 --- a/gdb/location.h +++ b/gdb/location.h @@ -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 |