[llvm-commits] CVS: llvm/utils/llvm-config/llvm-config.in.in
Chris Lattner
lattner at cs.uiuc.edu
Wed Apr 12 21:22:04 PDT 2006
Changes in directory llvm/utils/llvm-config:
llvm-config.in.in updated: 1.3 -> 1.4
---
Log message:
one too many l's
---
Diffs of the changes: (+1 -1)
llvm-config.in.in | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/llvm-config/llvm-config.in.in
diff -u llvm/utils/llvm-config/llvm-config.in.in:1.3 llvm/utils/llvm-config/llvm-config.in.in:1.4
--- llvm/utils/llvm-config/llvm-config.in.in:1.3 Thu Mar 23 19:10:39 2006
+++ llvm/utils/llvm-config/llvm-config.in.in Wed Apr 12 23:21:31 2006
@@ -5,7 +5,7 @@
# Synopsis: Prints out compiler options needed to build against an installed
# copy of LLVM.
#
-# Syntax: lllvm-config OPTIONS... [COMPONENTS...]
+# Syntax: llvm-config OPTIONS... [COMPONENTS...]
#
# This file was written by Eric Kidd, and is placed into the public domain.
#
More information about the llvm-commits
mailing list