[Mesa-dev] [PATCH 1/1] configure: fix typos

Emil Velikov emil.l.velikov at gmail.com
Wed Oct 29 12:12:00 PDT 2014


On 21/10/14 16:19, Jan Vesely wrote:
> Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
> ---
>  configure.ac | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 93b25a2..a588d55 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,11 +2003,11 @@ 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
> -        AC_MSG_WARN([Building mesa with staticly linked LLVM may cause compilation issues])
> +        AC_MSG_WARN([Building mesa with statically linked LLVM may cause compilation issues])
>      fi
>  fi
>  
> 
Pushed to master.

Thanks
Emil


More information about the mesa-dev mailing list