[llvm-commits] [llvm] r71656 - in /llvm/trunk: autoconf/configure.ac configure

Duncan Sands baldrick at free.fr
Wed May 13 06:13:20 PDT 2009


Author: baldrick
Date: Wed May 13 08:13:18 2009
New Revision: 71656

URL: http://llvm.org/viewvc/llvm-project?rev=71656&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/autoconf/configure.ac
    llvm/trunk/configure

Modified: llvm/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?rev=71656&r1=71655&r2=71656&view=diff

==============================================================================
--- llvm/trunk/autoconf/configure.ac (original)
+++ llvm/trunk/autoconf/configure.ac Wed May 13 08:13:18 2009
@@ -495,7 +495,7 @@
 dnl Specify extra build options
 AC_ARG_WITH(extra-options,
   AS_HELP_STRING([--with-extra-options],
-                 [Specify addtional options to compile LLVM with]),,
+                 [Specify additional options to compile LLVM with]),,
                  withval=default)
 case "$withval" in
   default) EXTRA_OPTIONS= ;;

Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=71656&r1=71655&r2=71656&view=diff

==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Wed May 13 08:13:18 2009
@@ -1569,7 +1569,7 @@
                           searches PATH)
   --with-llvmgxx          Specify location of llvm-g++ driver (default
                           searches PATH)
-  --with-extra-options    Specify addtional options to compile LLVM with
+  --with-extra-options    Specify additional options to compile LLVM with
   --with-ocaml-libdir     Specify install location for ocaml bindings (default
                           is stdlib)
   --with-binutils-include Specify path to binutils/include/ containing





More information about the llvm-commits mailing list