aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/rtl.texi
diff options
context:
space:
mode:
authorBen Elliston <bje@gcc.gnu.org>2004-11-18 10:15:06 +1100
committerBen Elliston <bje@gcc.gnu.org>2004-11-18 10:15:06 +1100
commit2b45d4823dd7db0c5c4d3fef9290969f1b29a7e6 (patch)
tree257e27cdc35951fe5d850fba17f78a970c4d6370 /gcc/doc/rtl.texi
parent7b13ee6b3288caad803c784ce57236dd8798d09d (diff)
downloadgcc-2b45d4823dd7db0c5c4d3fef9290969f1b29a7e6.zip
gcc-2b45d4823dd7db0c5c4d3fef9290969f1b29a7e6.tar.gz
gcc-2b45d4823dd7db0c5c4d3fef9290969f1b29a7e6.tar.bz2
* doc/rtl.texi (Flags): Grammar fix.
From-SVN: r90830
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r--gcc/doc/rtl.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi
index 0672d03..e82d0c0 100644
--- a/gcc/doc/rtl.texi
+++ b/gcc/doc/rtl.texi
@@ -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