From 7e82085a8af4fda56df5b231800e0f0575fc965c Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Thu, 9 Dec 2010 19:03:30 +0000 Subject: Fix typo. From-SVN: r167662 --- gcc/config/darwin.h | 2 +- gcc/config/darwin9.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index e34b6e0..b6cb1f2 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -195,7 +195,7 @@ extern GTY(()) int darwin_ms_struct; #define LINK_COMMAND_SPEC LINK_COMMAND_SPEC_A DSYMUTIL_SPEC -/* Tell collet2 to run dsymutil for us as necessary. */ +/* Tell collect2 to run dsymutil for us as necessary. */ #define COLLECT_RUN_DSYMUTIL 1 /* We only want one instance of %G, since libSystem (Darwin's -lc) does not depend diff --git a/gcc/config/darwin9.h b/gcc/config/darwin9.h index d0a7a1f..65d3cb8 100644 --- a/gcc/config/darwin9.h +++ b/gcc/config/darwin9.h @@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm|.s: \ %{g*:%{!gstabs*:%{!g0: -dsym}}}}}}}}}}}" -/* Tell collet2 to run dsymutil for us as necessary. */ +/* Tell collect2 to run dsymutil for us as necessary. */ #define COLLECT_RUN_DSYMUTIL 1 /* libSystem contains unwind information for signal frames. */ -- cgit v1.1