aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2010-12-09 19:03:30 +0000
committerMike Stump <mrs@gcc.gnu.org>2010-12-09 19:03:30 +0000
commit7e82085a8af4fda56df5b231800e0f0575fc965c (patch)
treef6eb8a1dab34c909c5b3b400dd9e8572cc3c6483 /gcc
parent6b08d96992bc12330eeea605be15835bc9a56c93 (diff)
downloadgcc-7e82085a8af4fda56df5b231800e0f0575fc965c.zip
gcc-7e82085a8af4fda56df5b231800e0f0575fc965c.tar.gz
gcc-7e82085a8af4fda56df5b231800e0f0575fc965c.tar.bz2
Fix typo.
From-SVN: r167662
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/darwin.h2
-rw-r--r--gcc/config/darwin9.h2
2 files changed, 2 insertions, 2 deletions
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. */