]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix comment
authorJason Merrill <jason@gcc.gnu.org>
Tue, 20 Jan 2004 17:01:28 +0000 (12:01 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 20 Jan 2004 17:01:28 +0000 (12:01 -0500)
From-SVN: r76215

gcc/c-common.c

index 87ff0536e1ecf6aeb3368fca64ed4db27d96571e..ffb69e7b723e82b410c1f939f638e6b0b365662a 100644 (file)
@@ -2922,7 +2922,7 @@ c_common_get_alias_set (tree t)
 
             int *ip;
             int **ipp = &ip;
-            const int* const* cipp = &ipp;
+            const int* const* cipp = ipp;
 
          And, it doesn't make sense for that to be legal unless you
         can dereference IPP and CIPP.  So, we ignore cv-qualifiers on