diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-10 11:26:25 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-10 11:26:25 +0000 |
commit | 27ef2cdd02646a8b6099cb518829f359c817e407 (patch) | |
tree | 937ba86685c00d48164704c544aefa69476c21d5 /gcc/doc/include | |
parent | 77880ae492b7b33e709c40806d03ea4b363be957 (diff) | |
download | gcc-27ef2cdd02646a8b6099cb518829f359c817e407.zip gcc-27ef2cdd02646a8b6099cb518829f359c817e407.tar.gz gcc-27ef2cdd02646a8b6099cb518829f359c817e407.tar.bz2 |
extend.texi, [...]: Fix typos.
* doc/extend.texi, doc/invoke.texi, doc/passes.texi: Fix
typos. Follow spelling conventions.
From-SVN: r87293
Diffstat (limited to 'gcc/doc/include')
-rw-r--r-- | gcc/doc/include/texinfo.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/include/texinfo.tex b/gcc/doc/include/texinfo.tex index 9500f18..49747b0 100644 --- a/gcc/doc/include/texinfo.tex +++ b/gcc/doc/include/texinfo.tex @@ -403,7 +403,7 @@ \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm} \def\argremovec#1\c#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm} -% Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space. +% Each occurrence of `\^^M' or `<space>\^^M' is replaced by a single space. % % \argremovec might leave us with trailing space, e.g., % @end itemize @c foo |