summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-25 02:24:32 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-25 02:24:32 +0000
commit77a3598ecd1047929f7c1379960f339857b73f35 (patch)
tree7286ab66cca81c5b1142f347aa2b65a7cd6ab0fc /tools
parenteeabc572b9a96b6205814747392f19b8f05e8df3 (diff)
downloadllvm-77a3598ecd1047929f7c1379960f339857b73f35.tar.gz
llvm-77a3598ecd1047929f7c1379960f339857b73f35.tar.bz2
llvm-77a3598ecd1047929f7c1379960f339857b73f35.tar.xz
llvm-config: Fix typo in help message introduced with r197664.
Thanks, Vinson Lee! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197996 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvm-config/llvm-config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-config/llvm-config.cpp b/tools/llvm-config/llvm-config.cpp
index 2ee1da6312..53368ff067 100644
--- a/tools/llvm-config/llvm-config.cpp
+++ b/tools/llvm-config/llvm-config.cpp
@@ -147,7 +147,7 @@ Options:\n\
--cflags C compiler flags for files that include LLVM headers.\n\
--cxxflags C++ compiler flags for files that include LLVM headers.\n\
--ldflags Print Linker flags.\n\
- --system-libs Sytem Libraries needed to link against LLVM components.\n\
+ --system-libs System Libraries needed to link against LLVM components.\n\
--libs Libraries needed to link against LLVM components.\n\
--libnames Bare library names for in-tree builds.\n\
--libfiles Fully qualified library filenames for makefile depends.\n\