Fix typo in gty.texi.
authorMingjie Xing <mingjie.xing@gmail.com>
Thu, 23 Aug 2012 09:30:24 +0000 (09:30 +0000)
committerMingjie Xing <xmj@gcc.gnu.org>
Thu, 23 Aug 2012 09:30:24 +0000 (09:30 +0000)
From-SVN: r190617

gcc/ChangeLog
gcc/doc/gty.texi

index ef1b5ca3dac84d48cdd7f9d1f15a2a402e79e5f3..214b40e7abffbcad67abadb3552a13355937a4b1 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-23  Mingjie Xing  <mingjie.xing@gmail.com>
+
+       * doc/gty.texi: Fix typo.
+
 2012-08-23  Richard Guenther  <rguenther@suse.de>
 
        * tree-ssa-loop-manip.c (add_exit_phis_var): Allow virtual operands.
index cc46a61e4ea46816b114350282398bb855c1aa95..b2214b8053bf35a64a2072c86c1875ba3664f665 100644 (file)
@@ -666,7 +666,7 @@ The GCC build tree is needed to be present in that mode.
 The GCC garbage collector GGC is only invoked explicitly. In contrast
 with many other garbage collectors, it is not implicitly invoked by
 allocation routines when a lot of memory has been consumed. So the
-only way to have GGC reclaim storage it to call the @code{ggc_collect}
+only way to have GGC reclaim storage is to call the @code{ggc_collect}
 function explicitly.  This call is an expensive operation, as it may
 have to scan the entire heap.  Beware that local variables (on the GCC
 call stack) are not followed by such an invocation (as many other