diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-17 22:56:24 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-17 22:56:24 +0000 |
commit | b67499688c18a2641ef5aef25ea0adc4cd98f11e (patch) | |
tree | dd589a440024bb339faf19d883775f2f1d407b49 /gcc/collect2.c | |
parent | 2d99d62752e3876fc18045f9f3887e4556befe88 (diff) | |
download | gcc-b67499688c18a2641ef5aef25ea0adc4cd98f11e.tar.gz |
* collect2.c (main): Fix typo in COLLECT2_HOST_INITIALIZATION.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26979 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r-- | gcc/collect2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index 95a99a70e8b..10f76921598 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -1011,9 +1011,9 @@ main (argc, argv) int first_file; int num_c_args = argc+9; -#if defined (COLLECT2_HOST_INITIALZATION) +#if defined (COLLECT2_HOST_INITIALIZATION) /* Perform system dependant initialization, if neccessary. */ - COLLECT2_HOST_INITIALZATION; + COLLECT2_HOST_INITIALIZATION; #endif #ifdef HAVE_LC_MESSAGES |