mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
Fix typo in stap_parse_argument_conditionally
This fixes a typo in an error message in stap_parse_argument_conditionally. gdb/ChangeLog 2021-02-09 Tom Tromey <tom@tromey.com> * stap-probe.c (stap_parse_argument_conditionally): Fix typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2021-02-09 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* stap-probe.c (stap_parse_argument_conditionally): Fix typo.
|
||||
|
||||
2021-02-09 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
PR symtab/27341
|
||||
|
||||
@@ -1031,7 +1031,7 @@ stap_parse_argument_conditionally (struct stap_parse_info *p)
|
||||
|
||||
p->arg = skip_spaces (p->arg);
|
||||
if (*p->arg != ')')
|
||||
error (_("Missign close-parenthesis on expression `%s'."),
|
||||
error (_("Missing close-parenthesis on expression `%s'."),
|
||||
p->saved_arg);
|
||||
|
||||
--p->inside_paren_p;
|
||||
|
||||
Reference in New Issue
Block a user