* doc/rtl.texi (Flags): Grammar fix.
authorBen Elliston <bje@gcc.gnu.org>
Wed, 17 Nov 2004 23:15:06 +0000 (10:15 +1100)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 17 Nov 2004 23:15:06 +0000 (10:15 +1100)
From-SVN: r90830

gcc/ChangeLog
gcc/doc/rtl.texi

index 477aef768ecda11f7e4acc63eb8d1d3357403e5a..1b51ad2cccc36b32f9bffd7f650b791d81cd6627 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-18  Ben Elliston  <bje@au.ibm.com>
+
+       * doc/rtl.texi (Flags): Grammar fix.
+
 2004-11-17  Kazu Hirata  <kazu@cs.umass.edu>
 
        * expmed.c (alg_code): Add alg_unknown.
@@ -54,7 +58,7 @@
 
 2004-11-17  Steven Bosscher  <stevenb@suse.de>
 
-       * tree-ssa-propagate.c (cfg_blocks_add) Assert we're not trying
+       * tree-ssa-propagate.c (cfg_blocks_add): Assert we're not trying
        to insert the exit or entry block.
        (ssa_prop_init): Use add_control_edge to seed the algorithm.
 
index 0672d03a6c43af76c8c0b484755ad3625407f515..e82d0c0b5e6b9fbfdac6617af73a754334c6e47f 100644 (file)
@@ -725,7 +725,7 @@ Stored in the @code{integrated} field and printed as @samp{/i}.
 @item MEM_READONLY_P (@var{x})
 Nonzero in a @code{mem}, if the memory is statically allocated and read-only.
 
-Read-only in this context never modified during the lifetime of the
+Read-only in this context means never modified during the lifetime of the
 program, not necessarily in ROM or in write-disabled pages.  A common
 example of the later is a shared library's global offset table.  This
 table is initialized by the runtime loader, so the memory is technically