Update comment for ggc_alloc - to match API change made 2000-6-9.
authorPer Bothner <bothner@gcc.gnu.org>
Mon, 17 Mar 2003 18:42:23 +0000 (10:42 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Mon, 17 Mar 2003 18:42:23 +0000 (10:42 -0800)
From-SVN: r64497

gcc/ggc-page.c

index ab278ee603a49685b1a8d9dceea511edf77f40ce..ee5f9129e1f4f5fbbd3e5c63d117ccab65380f2f 100644 (file)
@@ -1014,8 +1014,7 @@ static unsigned char size_lookup[257] =
   8
 };
 
-/* Allocate a chunk of memory of SIZE bytes.  If ZERO is nonzero, the
-   memory is zeroed; otherwise, its contents are undefined.  */
+/* Allocate a chunk of memory of SIZE bytes.  Its contents are undefined.  */
 
 void *
 ggc_alloc (size)