* dec-thread.c (dec_thread_wait): Add options parameter. Use it
[deliverable/binutils-gdb.git] / gdb / dwarf2expr.c
index 75a4ec73aadb8d6cdf56cb8c684d0e8a8fe07d08..e2e106ba849020c1a6f9705fddb346f4366074c7 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;
This page took 0.023923 seconds and 4 git commands to generate.