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/paranoia.cc | |
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/paranoia.cc')
-rw-r--r-- | contrib/paranoia.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |