diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-25 02:24:32 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-25 02:24:32 +0000 |
commit | 800eb08cfae4a15a12bf69f0526e7d428a5cc573 (patch) | |
tree | d25bc6a109ec42e5fe61fb0cb3648e8543b3356f | |
parent | 5294e6e0944af40e76f9685ee2ac38229aee8923 (diff) | |
download | llvm-800eb08cfae4a15a12bf69f0526e7d428a5cc573.zip llvm-800eb08cfae4a15a12bf69f0526e7d428a5cc573.tar.gz llvm-800eb08cfae4a15a12bf69f0526e7d428a5cc573.tar.bz2 |
llvm-config: Fix typo in help message introduced with r197664.
Thanks, Vinson Lee!
llvm-svn: 197996
-rw-r--r-- | llvm/tools/llvm-config/llvm-config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-config/llvm-config.cpp b/llvm/tools/llvm-config/llvm-config.cpp index 2ee1da6..53368ff 100644 --- a/llvm/tools/llvm-config/llvm-config.cpp +++ b/llvm/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\ |