From: José Fonseca Date: Mon, 10 Aug 2009 15:12:51 +0000 (+0100) Subject: llvmpipe: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50d77141e8fc884396a1a143d40b4be7a1513a2f;p=mesa.git llvmpipe: Fix typo. --- diff --git a/src/gallium/drivers/llvmpipe/README b/src/gallium/drivers/llvmpipe/README index 41e83403f92..afa9cbaf3ee 100644 --- a/src/gallium/drivers/llvmpipe/README +++ b/src/gallium/drivers/llvmpipe/README @@ -46,8 +46,8 @@ Using Building will create a drop-in alternative for libGL.so. To use it set the environment variables: - export LD_LIRBARY_PATH=$PWD/build/linux-x86-debug/lib:$LD_LIRBARY_PATH - export LD_LIRBARY_PATH=$PWD/build/linux-x86_64-debug/lib:$LD_LIRBARY_PATH + export LD_LIBRARY_PATH=$PWD/build/linux-x86-debug/lib:$LD_LIBRARY_PATH + export LD_LIBRARY_PATH=$PWD/build/linux-x86_64-debug/lib:$LD_LIBRARY_PATH Unit testing