aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@gnu.org>1993-01-10 22:33:45 +0000
committerPaul Eggert <eggert@gnu.org>1993-01-10 22:33:45 +0000
commita1c3776604184797b285078a4e3ff5250abaa44d (patch)
tree9ae5a78fb4998badb785b66be14d6e714fdc2645 /gcc
parent8008b228017883a466865c19bc34ef261f7bb088 (diff)
downloadgcc-a1c3776604184797b285078a4e3ff5250abaa44d.zip
gcc-a1c3776604184797b285078a4e3ff5250abaa44d.tar.gz
gcc-a1c3776604184797b285078a4e3ff5250abaa44d.tar.bz2
# Fix misspellings in comments.
From-SVN: r3182
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcc.c2
-rw-r--r--gcc/libgcc2.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index ff13c10..79be049 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 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