diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-12-17 19:59:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-12-17 19:59:45 +0000 |
commit | 5b8f02c6b19e36b66995e84433d2be0cb96b007a (patch) | |
tree | a7cb3cec8b16f7c2476f686fff71df453a6d8626 | |
parent | c0478a660f629758eb3e94f453f9ddc4cbe759b2 (diff) | |
download | gcc-5b8f02c6b19e36b66995e84433d2be0cb96b007a.zip gcc-5b8f02c6b19e36b66995e84433d2be0cb96b007a.tar.gz gcc-5b8f02c6b19e36b66995e84433d2be0cb96b007a.tar.bz2 |
* doc/c-tree.texi: Restore deliberate spelling mistakes.
From-SVN: r60219
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/c-tree.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index acbc5d4..4d9784a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2002-12-17 Kazu Hirata <kazu@cs.umass.edu> + * doc/c-tree.texi: Restore deliberate spelling mistakes. + +2002-12-17 Kazu Hirata <kazu@cs.umass.edu> + * doc/c-tree.texi: Fix typos and follow spelling conventions. * doc/cpp.texi: Likewise. * doc/extend.texi: Likewise. diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index 69e529a..8f5a5bb 100644 --- a/gcc/doc/c-tree.texi +++ b/gcc/doc/c-tree.texi @@ -64,7 +64,7 @@ should submit your patches for inclusion in GCC@. @node Deficiencies @section Deficiencies -There are many places in which this document is incomplete and incorrect. +There are many places in which this document is incomplet and incorrekt. It is, as of yet, only @emph{preliminary} documentation. @c --------------------------------------------------------------------- |