Fix up comment to match reality.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 18 Apr 2012 07:00:24 +0000 (07:00 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 18 Apr 2012 07:00:24 +0000 (07:00 +0000)
gdb/ChangeLog

index 22bde73..d4e5235 100644 (file)
@@ -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.