* c-typeprint.c (cp_type_print_derivation_info): Fix comment.
authorTom Tromey <tromey@redhat.com>
Fri, 21 Sep 2012 17:33:17 +0000 (17:33 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 21 Sep 2012 17:33:17 +0000 (17:33 +0000)
gdb/ChangeLog
gdb/c-typeprint.c

index ae08dd4..fdbea6f 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-21  Tom Tromey  <tromey@redhat.com>
+
+       * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
+
 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
 
        * findvar.c (read_frame_register_value): Mark the result value as
index 92bc47d..71d84cf 100644 (file)
@@ -131,12 +131,7 @@ c_print_typedef (struct type *type,
    }
 
    In general, gdb should try to print the types as closely as
-   possible to the form that they appear in the source code.
-
-   Note that in case of protected derivation gcc will not say
-   'protected' but 'private'.  The HP's aCC compiler emits specific
-   information for derivation via protected inheritance, so gdb can
-   print it out */
+   possible to the form that they appear in the source code.  */
 
 static void
 cp_type_print_derivation_info (struct ui_file *stream,