From 19197caa01838a74533deb7882344b7252f17e3a Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 14 Jan 1993 11:30:29 -0800 Subject: [PATCH] Correct typo in comment. From-SVN: r3240 --- gcc/libgcc2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 92ed74a8e5d..f60029744dc 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 -- 2.30.2