aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-04-18 07:00:24 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-04-18 07:00:24 +0000
commitac4ea3c2063caad772643be8747c782240ed8c5d (patch)
tree1df921e5b65dea87ea5089b7e730bd58eb1b1e83 /gdb
parent12df843f84c7dadade469db58e279390f16d11f1 (diff)
downloadgdb-ac4ea3c2063caad772643be8747c782240ed8c5d.zip
gdb-ac4ea3c2063caad772643be8747c782240ed8c5d.tar.gz
gdb-ac4ea3c2063caad772643be8747c782240ed8c5d.tar.bz2
Fix up comment to match reality.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 22bde73..d4e5235 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -27,8 +27,8 @@
PR symtab/7259:
* ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
* ada-lang.c (ada_discrete_type_high_bound)
- (ada_discrete_type_low_bound): Use TYPE_FIELD_ENUMVAL for
- TYPE_CODE_ENUM.
+ (ada_discrete_type_low_bound): Fix function comment. Use
+ TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
(ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
(pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
* ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.