diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-12-09 20:21:57 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-09 20:21:57 +0000 |
commit | c21cd8b1a1636b56ead01ffc14e355cbcbdb3dc8 (patch) | |
tree | 955993bc07a34f85cb202a5821883529aad29707 /gcc/doc/cpp.texi | |
parent | d6a7951f20a6c4967e849335117e89d247226626 (diff) | |
download | gcc-c21cd8b1a1636b56ead01ffc14e355cbcbdb3dc8.zip gcc-c21cd8b1a1636b56ead01ffc14e355cbcbdb3dc8.tar.gz gcc-c21cd8b1a1636b56ead01ffc14e355cbcbdb3dc8.tar.bz2 |
cpp.texi, [...]: Use American spelling.
* doc/cpp.texi, doc/cppinternals.texi, doc/invoke.texi,
doc/md.texi, doc/rtl.texi, doc/tm.texi: Use American spelling.
From-SVN: r47816
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r-- | gcc/doc/cpp.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 158474e..64e2cb7 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -3359,7 +3359,7 @@ if the @samp{#} appeared in column 1 on the line. Therefore understands but would ignore because the @samp{#} does not appear as the first character on the line. It also suggests you hide directives like @samp{#pragma} not understood by traditional C by indenting them. Some -traditional implementations would not recognise @samp{#elif}, so it +traditional implementations would not recognize @samp{#elif}, so it suggests avoiding it altogether. @item @@ -3389,7 +3389,7 @@ care, though, because this gives the wrong result in exotic cases. Here we document details of how the preprocessor's implementation affects its user-visible behavior. You should try to avoid undue -reliance on behaviour described here, as it is possible that it will +reliance on behavior described here, as it is possible that it will change subtly in future implementations. Also documented here are obsolete features and changes from previous |