diff options
author | Paul Eggert <eggert@gnu.org> | 1993-01-10 22:33:45 +0000 |
---|---|---|
committer | Paul Eggert <eggert@gnu.org> | 1993-01-10 22:33:45 +0000 |
commit | a1c3776604184797b285078a4e3ff5250abaa44d (patch) | |
tree | 9ae5a78fb4998badb785b66be14d6e714fdc2645 | |
parent | 8008b228017883a466865c19bc34ef261f7bb088 (diff) | |
download | gcc-a1c3776604184797b285078a4e3ff5250abaa44d.zip gcc-a1c3776604184797b285078a4e3ff5250abaa44d.tar.gz gcc-a1c3776604184797b285078a4e3ff5250abaa44d.tar.bz2 |
# Fix misspellings in comments.
From-SVN: r3182
-rw-r--r-- | gcc/gcc.c | 2 | ||||
-rw-r--r-- | gcc/libgcc2.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 42cc2fb..efd1edb 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 |