diff options
Diffstat (limited to 'gdb/dwarf2expr.h')
-rw-r--r-- | gdb/dwarf2expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2expr.h b/gdb/dwarf2expr.h index 620269f..78ff53f 100644 --- a/gdb/dwarf2expr.h +++ b/gdb/dwarf2expr.h @@ -126,7 +126,7 @@ struct dwarf_expr_context /* Location of the value. */ enum dwarf_value_location location; - /* For DWARF_VALUE_LITERAL, a the current literal value's length and + /* For DWARF_VALUE_LITERAL, the current literal value's length and data. For DWARF_VALUE_IMPLICIT_POINTER, LEN is the offset of the target DIE. */ ULONGEST len; |