* dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
authorTom Tromey <tromey@redhat.com>
Mon, 23 Mar 2009 21:06:08 +0000 (21:06 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 23 Mar 2009 21:06:08 +0000 (21:06 +0000)
error message.

gdb/ChangeLog
gdb/dwarf2expr.c

index 6d5d9ca..8a6a934 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-23  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
+       error message.
+
 2009-03-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
        * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
index 75a4ec7..e2e106b 100644 (file)
@@ -746,7 +746,7 @@ execute_stack_op (struct dwarf_expr_context *ctx,
 
        case DW_OP_GNU_uninit:
          if (op_ptr != op_end)
-           error (_("DWARF-2 expression error: DW_OP_GNU_unint must always "
+           error (_("DWARF-2 expression error: DW_OP_GNU_uninit must always "
                   "be the very last op."));
 
          ctx->initialized = 0;