diff options
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index f0c1aa2..6ed6b65 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -2169,9 +2169,9 @@ decode_constrained_packed_array (struct value *arr) && ada_is_modular_type (value_type (arr))) { /* This is a (right-justified) modular type representing a packed - array with no wrapper. In order to interpret the value through - the (left-justified) packed array type we just built, we must - first left-justify it. */ + array with no wrapper. In order to interpret the value through + the (left-justified) packed array type we just built, we must + first left-justify it. */ int bit_size, bit_pos; ULONGEST mod; |