aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/rtl.texi
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-05-30 19:50:02 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-05-30 19:50:02 +0000
commit65d2d7642efba08fbd9aa2c46f17ef3fedd1946a (patch)
tree0ed9b8077839990708bba7bda78d0e8e1cb41639 /gcc/doc/rtl.texi
parent5c29d24c6293d8a79973c6b9af181a18961181be (diff)
downloadgcc-65d2d7642efba08fbd9aa2c46f17ef3fedd1946a.zip
gcc-65d2d7642efba08fbd9aa2c46f17ef3fedd1946a.tar.gz
gcc-65d2d7642efba08fbd9aa2c46f17ef3fedd1946a.tar.bz2
invoke.texi: Fix typos.
* doc/invoke.texi: Fix typos. * doc/rtl.texi: Likewise. From-SVN: r67251
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 58d181f..0ad9150 100644
--- a/gcc/doc/rtl.texi
+++ b/gcc/doc/rtl.texi
@@ -746,7 +746,7 @@ a non-unchanging read can conflict with a non-unchanging write; an
unchanging read can conflict with an unchanging write (since there may
be a single store to this address to initialize it); and an unchanging
store can conflict with a non-unchanging read. This means we must make
-conservative assumptions when chosing the value of this flag for a
+conservative assumptions when choosing the value of this flag for a
memory reference to an object containing both unchanging and
non-unchanging fields: we must set the flag when writing to the object
and clear it when reading from the object.