diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-13 13:57:27 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-13 13:57:27 +0000 |
commit | abf5ffec2b43ccdc896ac96a00ea9921a4d3e70a (patch) | |
tree | 2918ba716f32fdac3b785469a28c0ea110b84d1b /contrib | |
parent | e394ed0f98ec3cbc7be9f1bae8d51465a960efd5 (diff) | |
download | gcc-abf5ffec2b43ccdc896ac96a00ea9921a4d3e70a.tar.gz |
* paranoia.cc: Fix spelling error.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67896 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-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 2f7c50f9bb7..679071ba689 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 694d3d4509b..ad9f8c8fda7 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 |