From 9bb305b389f98a1ea271463a0a8ded70317e3f74 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 9 Feb 2021 17:35:59 -0700 Subject: 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 * stap-probe.c (stap_parse_argument_conditionally): Fix typo. --- gdb/stap-probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/stap-probe.c') 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; -- cgit v1.1