This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: improve tree.c:check_qualified_type comment


I'm committing this patch as trivially obvious.

Ben


2008-01-21  Ben Elliston  <bje@au.ibm.com>

        * tree.c (check_qualified_type): Improve function description.

Index: tree.c
===================================================================
--- tree.c      (revision 131709)
+++ tree.c      (working copy)
@@ -4151,7 +4151,7 @@ set_type_quals (tree type, int type_qual
   TYPE_RESTRICT (type) = (type_quals & TYPE_QUAL_RESTRICT) != 0;
 }
 
-/* Returns true iff cand is equivalent to base with type_quals.  */
+/* Returns true iff CAND is equivalent to BASE with TYPE_QUALS.  */
 
 bool
 check_qualified_type (const_tree cand, const_tree base, int type_quals)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]