summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Vesely <jan.vesely@rutgers.edu>2014-10-21 12:19:13 -0400
committerEmil Velikov <emil.l.velikov@gmail.com>2014-10-29 19:10:48 +0000
commit993e2922c922f88a2eeed4f30751f3e3ad63aed0 (patch)
tree42aa4a99e4979a0d3fe322ab9724fffccf438856 /configure.ac
parentaf9551e68c8c964a3a80d74b6ed543b800318b33 (diff)
downloadexternal_mesa3d-993e2922c922f88a2eeed4f30751f3e3ad63aed0.zip
external_mesa3d-993e2922c922f88a2eeed4f30751f3e3ad63aed0.tar.gz
external_mesa3d-993e2922c922f88a2eeed4f30751f3e3ad63aed0.tar.bz2
configure: fix typos
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 765a3a1..7dbba76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1970,7 +1970,7 @@ if test -n "$with_gallium_drivers"; then
fi
dnl Set LLVM_LIBS - This is done after the driver configuration so
-dnl that drivers can add additonal components to LLVM_COMPONENTS.
+dnl that drivers can add additional components to LLVM_COMPONENTS.
dnl Previously, gallium drivers were updating LLVM_LIBS directly
dnl by calling llvm-config --libs ${DRIVER_LLVM_COMPONENTS}, but
dnl this was causing the same libraries to be appear multiple times
@@ -2003,7 +2003,7 @@ if test "x$MESA_LLVM" != x0; then
invocation and rebuild.])])
dnl We don't need to update LLVM_LIBS in this case because the LLVM
- dnl install uses a shared object for each compoenent and we have
+ dnl install uses a shared object for each component and we have
dnl already added all of these objects to LLVM_LIBS.
fi
else