From e4eb2d2b57365bb643ee4d1c8ebf28bb214f6ff2 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 13 May 2009 13:13:18 +0000 Subject: Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71656 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoconf') diff --git a/autoconf/configure.ac b/autoconf/configure.ac index cebdc80182..1e04b8c246 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -495,7 +495,7 @@ fi 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= ;; -- cgit v1.2.3