[llvm] r197996 - llvm-config: Fix typo in help message introduced with r197664.
NAKAMURA Takumi
geek4civic at gmail.com
Tue Dec 24 18:24:33 PST 2013
Author: chapuni
Date: Tue Dec 24 20:24:32 2013
New Revision: 197996
URL: http://llvm.org/viewvc/llvm-project?rev=197996&view=rev
Log:
llvm-config: Fix typo in help message introduced with r197664.
Thanks, Vinson Lee!
Modified:
llvm/trunk/tools/llvm-config/llvm-config.cpp
Modified: llvm/trunk/tools/llvm-config/llvm-config.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-config/llvm-config.cpp?rev=197996&r1=197995&r2=197996&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-config/llvm-config.cpp (original)
+++ llvm/trunk/tools/llvm-config/llvm-config.cpp Tue Dec 24 20:24:32 2013
@@ -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\
More information about the llvm-commits
mailing list