]> granicus.if.org Git - clang/commitdiff
Fix typo
authorDavid Peixotto <dpeixott@codeaurora.org>
Thu, 14 Nov 2013 22:58:17 +0000 (22:58 +0000)
committerDavid Peixotto <dpeixott@codeaurora.org>
Thu, 14 Nov 2013 22:58:17 +0000 (22:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194744 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index 86faf0da7b97abb8ba0220194521d25a7fc2fb11..ceef90f171cc1d4fe9975425c279d1f2c89ffabc 100644 (file)
@@ -1708,7 +1708,7 @@ static void CollectArgsForIntegratedAssembler(Compilation &C,
       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.