aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index 95a99a7..10f7692 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