diff options
Diffstat (limited to 'gdb/dwarf2expr.c')
-rw-r--r-- | gdb/dwarf2expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2expr.c b/gdb/dwarf2expr.c index 75a4ec7..e2e106b 100644 --- a/gdb/dwarf2expr.c +++ b/gdb/dwarf2expr.c @@ -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; |