diff options
| author | Brian Gesiak <modocache@gmail.com> | 2017-09-29 02:48:07 +0000 |
|---|---|---|
| committer | Brian Gesiak <modocache@gmail.com> | 2017-09-29 02:48:07 +0000 |
| commit | 16b86e7d18064e4e56a40780b0dddb6344e39f3f (patch) | |
| tree | 8be719ba9f7ef666672fc3402bd5aa62e6816f59 /llvm | |
| parent | 46ee7330bbac04b25958d94ef5d90a52a769e796 (diff) | |
| download | bcm5719-llvm-16b86e7d18064e4e56a40780b0dddb6344e39f3f.tar.gz bcm5719-llvm-16b86e7d18064e4e56a40780b0dddb6344e39f3f.zip | |
[CMake] Fix typo "Wraning" (NFC)
Summary:
The typo was added in https://reviews.llvm.org/rL247151.
It should be "warning", not "wraning".
llvm-svn: 314486
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index 336b8bd06d3..3e2e548df3f 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -795,7 +795,7 @@ if(LLVM_USE_HOST_TOOLS) include(CrossCompile) endif(LLVM_USE_HOST_TOOLS) if(LLVM_TARGET_IS_CROSSCOMPILE_HOST) -# Dummy use to avoid CMake Wraning: Manually-specified variables were not used +# Dummy use to avoid CMake Warning: Manually-specified variables were not used # (this is a variable that CrossCompile sets on recursive invocations) endif() |

