OSDN Git Service

Fix typo.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Dec 2010 19:03:30 +0000 (19:03 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Dec 2010 19:03:30 +0000 (19:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167662 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/darwin.h
gcc/config/darwin9.h

index e34b6e0..b6cb1f2 100644 (file)
@@ -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
index d0a7a1f..65d3cb8 100644 (file)
@@ -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.  */