diff options
Diffstat (limited to 'gdb/stap-probe.c')
-rw-r--r-- | gdb/stap-probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stap-probe.c b/gdb/stap-probe.c index 224dd57..bbdfbcd 100644 --- a/gdb/stap-probe.c +++ b/gdb/stap-probe.c @@ -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; |