public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] Fix typo in stap_parse_argument_conditionally
@ 2021-02-10  0:41 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2021-02-10  0:41 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

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.
---
 gdb/ChangeLog    | 4 ++++
 gdb/stap-probe.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/stap-probe.c b/gdb/stap-probe.c
index 224dd5714fa..bbdfbcd0267 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;
-- 
2.26.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-10  0:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10  0:41 [pushed] Fix typo in stap_parse_argument_conditionally Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).