symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
authorDoug Evans <xdje42@gmail.com>
Tue, 27 Oct 2015 03:24:16 +0000 (20:24 -0700)
committerDoug Evans <xdje42@gmail.com>
Tue, 27 Oct 2015 03:24:16 +0000 (20:24 -0700)
gdb/ChangeLog:

* symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.

gdb/ChangeLog
gdb/symtab.h

index f15dda5..27ea4f6 100644 (file)
@@ -1,3 +1,7 @@
+2015-10-26  Doug Evans  <xdje42@gmail.com>
+
+       * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
+
 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * target.c (memory_xfer_partial): Change type of buf to gdb_byte
index d3f6370..477befd 100644 (file)
@@ -147,7 +147,7 @@ struct general_symbol_info
 
   ENUM_BITFIELD(language) language : LANGUAGE_BITS;
 
-  /* This is only used by Ada.  If set, then the 'mangled_lang' field
+  /* This is only used by Ada.  If set, then the 'demangled_name' field
      of language_specific is valid.  Otherwise, the 'obstack' field is
      valid.  */
   unsigned int ada_mangled : 1;