diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-13 13:57:27 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-13 13:57:27 +0000 |
commit | 281b1732009a40b65dc8d9934cdebe61fe75f727 (patch) | |
tree | 2918ba716f32fdac3b785469a28c0ea110b84d1b | |
parent | 0a8cb79ede665d6903190b4d086bfe1fb592ec74 (diff) | |
download | gcc-281b1732009a40b65dc8d9934cdebe61fe75f727.zip gcc-281b1732009a40b65dc8d9934cdebe61fe75f727.tar.gz gcc-281b1732009a40b65dc8d9934cdebe61fe75f727.tar.bz2 |
* paranoia.cc: Fix spelling error.
From-SVN: r67896
-rw-r--r-- | contrib/ChangeLog | 2 | ||||
-rw-r--r-- | contrib/paranoia.cc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 2f7c50f..679071b 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,5 +1,7 @@ 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org> + * paranoia.cc: Fix spelling error. + * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC to GCC. diff --git a/contrib/paranoia.cc b/contrib/paranoia.cc index 694d3d4..ad9f8c8 100644 --- a/contrib/paranoia.cc +++ b/contrib/paranoia.cc @@ -186,7 +186,7 @@ static int verbose_index = 0; /* ====================================================================== */ /* The implementation of the abstract floating point class based on gcc's - real.c. I.e. the object of this excersize. Templated so that we can + real.c. I.e. the object of this exercise. Templated so that we can all fp sizes. */ class real_c_float |