From a1c3776604184797b285078a4e3ff5250abaa44d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 10 Jan 1993 22:33:45 +0000 Subject: [PATCH] # Fix misspellings in comments. From-SVN: r3182 --- gcc/gcc.c | 2 +- gcc/libgcc2.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/gcc.c b/gcc/gcc.c index ff13c10592e..79be0499a63 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -2204,7 +2204,7 @@ process_command (argc, argv) else if (argv[i][0] == '+' && argv[i][1] == 'e') { /* Compensate for the +e options to the C++ front-end; - they're there simply for cfront call-compatability. We do + they're there simply for cfront call-compatibility. We do some magic in default_compilers to pass them down properly. Note we deliberately start at the `+' here, to avoid passing -e0 or -e1 down into the linker. */ diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 42cc2fbf2f0..efd1edb21c6 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -62,10 +62,10 @@ typedef float XFtype __attribute__ ((mode (XF))); typedef float TFtype __attribute__ ((mode (TF))); #endif -/* Make sure that we don't accidentaly use any normal C language built-in +/* 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* accidently use soem normal C language built-in type name, + that if we *do* accidentally use soem normal C language built-in type name, we will get a syntax error. */ #define char bogus_type -- 2.30.2