r194744 - Fix typo

David Peixotto dpeixott at codeaurora.org
Thu Nov 14 14:58:17 PST 2013


Author: dpeixott
Date: Thu Nov 14 16:58:17 2013
New Revision: 194744

URL: http://llvm.org/viewvc/llvm-project?rev=194744&view=rev
Log:
Fix typo

Modified:
    cfe/trunk/lib/Driver/Tools.cpp

Modified: cfe/trunk/lib/Driver/Tools.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?rev=194744&r1=194743&r2=194744&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.cpp (original)
+++ cfe/trunk/lib/Driver/Tools.cpp Thu Nov 14 16:58:17 2013
@@ -1708,7 +1708,7 @@ static void CollectArgsForIntegratedAsse
       CmdArgs.push_back("-mrelax-all");
 
     // When passing -I arguments to the assembler we sometimes need to
-    // uncontionally take the next argument.  For example, when parsing
+    // unconditionally take the next argument.  For example, when parsing
     // '-Wa,-I -Wa,foo' we need to accept the -Wa,foo arg after seeing the
     // -Wa,-I arg and when parsing '-Wa,-I,foo' we need to accept the 'foo'
     // arg after parsing the '-I' arg.





More information about the cfe-commits mailing list