diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:14:26 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:14:26 +0000 |
commit | 01cc3b7526f036bef25d4140ef0903276a67aa9a (patch) | |
tree | bf405c4941b111c08c0642d3410b2970aca3b162 /gcc/config/nextstep21.h | |
parent | 6a63b8ac07f1b0e513c0b549c074e71c63041c1a (diff) | |
download | gcc-01cc3b7526f036bef25d4140ef0903276a67aa9a.tar.gz |
Fix typos in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9711 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/nextstep21.h')
-rw-r--r-- | gcc/config/nextstep21.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/nextstep21.h b/gcc/config/nextstep21.h index 14229a5ce68..5c572868999 100644 --- a/gcc/config/nextstep21.h +++ b/gcc/config/nextstep21.h @@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef USE_COLLECT2 #define USE_COLLECT2 -/* use this until a newer gdb for NeXTStep21 is availible */ +/* use this until a newer gdb for NeXTStep21 is available */ #define DEFAULT_GDB_EXTENSIONS 0 /* we need the call to __main to start all global destructors and constructors |