diff options
| author | David Peixotto <dpeixott@codeaurora.org> | 2013-11-14 22:58:17 +0000 |
|---|---|---|
| committer | David Peixotto <dpeixott@codeaurora.org> | 2013-11-14 22:58:17 +0000 |
| commit | 4afe07966327979d5708ec9b2e5d0e0384a3cd30 (patch) | |
| tree | 499e136b58e56f8b10a419b97df0f58366dbc919 /clang/lib/Driver/Tools.cpp | |
| parent | dfb661434de23452838370065b6021eae0e4b6d4 (diff) | |
| download | bcm5719-llvm-4afe07966327979d5708ec9b2e5d0e0384a3cd30.tar.gz bcm5719-llvm-4afe07966327979d5708ec9b2e5d0e0384a3cd30.zip | |
Fix typo
llvm-svn: 194744
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
| -rw-r--r-- | clang/lib/Driver/Tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index 86faf0da7b9..ceef90f171c 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/lib/Driver/Tools.cpp @@ -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. |

