diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-06-23 16:01:42 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-23 16:01:42 +0000 |
commit | 63519d234d38de2a971d61c9eb275fa84bc79913 (patch) | |
tree | 6dc02f43390d3fb2cf8675dda44510b2aecf38d8 /gcc/doc/tm.texi | |
parent | 71c0e7fc9636c1d99b4a2508bbc2efe3d674f72d (diff) | |
download | gcc-63519d234d38de2a971d61c9eb275fa84bc79913.zip gcc-63519d234d38de2a971d61c9eb275fa84bc79913.tar.gz gcc-63519d234d38de2a971d61c9eb275fa84bc79913.tar.bz2 |
extend.texi: Fix typos.
* doc/extend.texi: Fix typos.
* doc/md.texi: Likewise.
* doc/tm.texi: Likewise.
From-SVN: r68371
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 355ea4b..2636b75 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -801,7 +801,7 @@ extern char *m88k_short_data; N_("Specify the size of the short data section"), 0 @} @} @end smallexample -Here is an variant of the above that allows the user to also specify +Here is a variant of the above that allows the user to also specify just @option{-mshort-data} where a default of @code{"64"} is used. @smallexample |