[COMMITTED] symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.

Message ID m3io5t9elu.fsf@sspiff.org
State New, archived
Headers

Commit Message

Doug Evans Oct. 27, 2015, 3:26 a.m. UTC
  Hi.

I forgot to update this comment in an earlier patch.
Committed.

2015-10-26  Doug Evans  <xdje42@gmail.com>

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

Patch

diff --git a/gdb/symtab.h b/gdb/symtab.h
index d3f6370..477befd 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -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;