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 /contrib/paranoia.cc | |
parent | 0a8cb79ede665d6903190b4d086bfe1fb592ec74 (diff) | |
download | gcc-281b1732009a40b65dc8d9934cdebe61fe75f727.tar.gz |
* paranoia.cc: Fix spelling error.
From-SVN: r67896
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 |