]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree.c (check_qualified_type): Improve function description.
authorBen Elliston <bje@au.ibm.com>
Tue, 22 Jan 2008 05:57:39 +0000 (05:57 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Tue, 22 Jan 2008 05:57:39 +0000 (16:57 +1100)
From-SVN: r131711

gcc/ChangeLog
gcc/tree.c

index d65e49615d58621f707672c44785c2a749018f24..b241301497a9c22a9c838d062bd2c6086fd6f817 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-22  Ben Elliston  <bje@au.ibm.com>
+
+       * tree.c (check_qualified_type): Improve function description.
+
 2008-01-21  Jason Merrill  <jason@redhat.com>
 
        PR c++/34196
index b96dc35293f562e0cf4c84cf8764f034e3f01008..4757cbccc1374ddefe6063f18ddbb37b35b3a3b9 100644 (file)
@@ -4151,7 +4151,7 @@ set_type_quals (tree type, int type_quals)
   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)