From ddd5a7c1808995545ad5befaa7320135e60b5d38 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 16 May 1995 08:14:26 -0400 Subject: Fix typos in comments. From-SVN: r9711 --- gcc/collect2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/collect2.c') diff --git a/gcc/collect2.c b/gcc/collect2.c index f991aab..c2a073e 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -190,7 +190,7 @@ char *strerror(); /* Some systems use __main in a way incompatible with its use in gcc, in these cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to give the same symbol without quotes for an alternative entry point. You - must define both, or niether. */ + must define both, or neither. */ #ifndef NAME__MAIN #define NAME__MAIN "__main" #define SYMBOL__MAIN __main -- cgit v1.1