diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-01-14 11:30:29 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-01-14 11:30:29 -0800 |
commit | 19197caa01838a74533deb7882344b7252f17e3a (patch) | |
tree | e94bdf078cbbe0b13abf396ea76df5760d1e4ace | |
parent | c95410798841d37f6a03054f6fe48ca68bb82df2 (diff) | |
download | gcc-19197caa01838a74533deb7882344b7252f17e3a.zip gcc-19197caa01838a74533deb7882344b7252f17e3a.tar.gz gcc-19197caa01838a74533deb7882344b7252f17e3a.tar.bz2 |
Correct typo in comment.
From-SVN: r3240
-rw-r--r-- | gcc/libgcc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 92ed74a..f600297 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -65,7 +65,7 @@ typedef float TFtype __attribute__ ((mode (TF))); /* Make sure that we don't accidentally use any normal C language built-in type names in the first part of this file. Instead we want to use *only* the type names defined above. The following macro definitions insure - that if we *do* accidentally use soem normal C language built-in type name, + that if we *do* accidentally use some normal C language built-in type name, we will get a syntax error. */ #define char bogus_type |