about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpetevine <petevine@users.noreply.github.com>2016-06-13 01:05:32 +0200
committerGitHub <noreply@github.com>2016-06-13 01:05:32 +0200
commit683f08f745e92525a68ef7ef8dfc4af1bfaeed14 (patch)
tree44298736558af3ebf137c10291eb5580b0855ae7
parentabc57aba059e97eb6a49c151ea3c8644b0b48457 (diff)
downloadrust-683f08f745e92525a68ef7ef8dfc4af1bfaeed14.tar.gz
rust-683f08f745e92525a68ef7ef8dfc4af1bfaeed14.zip
Remove stray word
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5edfd0ed5a1..49950d2840d 100755
--- a/configure
+++ b/configure
@@ -594,7 +594,7 @@ opt docs     1 "build standard library documentation"
 opt compiler-docs     0 "build compiler documentation"
 opt optimize-tests 1 "build tests with optimizations"
 opt debuginfo-tests 0 "build tests with debugger metadata"
-opt libcpp 1 "build with llvm with libc++ instead of libstdc++ when using clang"
+opt libcpp 1 "build llvm with libc++ instead of libstdc++ when using clang"
 opt llvm-assertions 0 "build LLVM with assertions"
 opt debug-assertions 0 "build with debugging assertions"
 opt fast-make 0 "use .gitmodules as timestamp for submodule deps"