OSDN Git Service

fix comment
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 May 2001 16:06:37 +0000 (16:06 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 May 2001 16:06:37 +0000 (16:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42396 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-common.c

index f037ecc..2906c96 100644 (file)
@@ -2845,7 +2845,7 @@ lang_get_alias_set (t)
 
             int *ip;
             int **ipp = &ip;
-            const int* const* cipp = &ip;
+            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