* dwarf2loc.c (unimplemented): Fix typo.
authorTom Tromey <tromey@redhat.com>
Wed, 16 Feb 2011 21:45:38 +0000 (21:45 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 16 Feb 2011 21:45:38 +0000 (21:45 +0000)
gdb/ChangeLog
gdb/dwarf2loc.c

index 05a4843fef071271a3c2e452b9625eda9f8c39f1..d73e4315803716dac6cf8e5ae20f804da28783b4 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-16  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2loc.c (unimplemented): Fix typo.
+
 2011-02-16  Tom Tromey  <tromey@redhat.com>
 
        * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
index f90335dfc942b3b2597e6f6b0233bfb52236199b..3a297c7fcfabe9cd05654405d8050815b78494ce 100644 (file)
@@ -1340,7 +1340,8 @@ unimplemented (unsigned int op)
     error (_("DWARF operator %s cannot be translated to an agent expression"),
           name);
   else
-    error (_("Unknown DWARF operator 0x%02x cannot be to an agent expression"),
+    error (_("Unknown DWARF operator 0x%02x cannot be translated "
+            "to an agent expression"),
           op);
 }