]> sourceware.org Git - systemtap.git/commitdiff
typofix parse_literal_string()
authorSerguei Makarov <smakarov@redhat.com>
Mon, 28 Jan 2013 21:18:13 +0000 (16:18 -0500)
committerSerguei Makarov <smakarov@redhat.com>
Tue, 29 Jan 2013 15:34:01 +0000 (10:34 -0500)
parse.cxx

index e903598c1141c46fd8f3fcf1f0b0cc96beb3870d..9623e6bd038ad11156dd93f8cce40a6c2ae611d7 100644 (file)
--- a/parse.cxx
+++ b/parse.cxx
@@ -2372,7 +2372,7 @@ parser::parse_literal_string ()
   if (t->type == tok_string)
     l = consume_string_literals (t);
   else
-    throw parse_error (_("expected literal string or number"));
+    throw parse_error (_("expected literal string"));
 
   l->tok = t;
   return l;
This page took 0.031358 seconds and 5 git commands to generate.