automake: Fix a comment typo.

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt
2012-11-06 23:18:34 -08:00
committed by Chad Versace
parent f5ac60152b
commit 906d832db5
+1 -1
View File
@@ -95,7 +95,7 @@ GLSL_COMPILER_CXX_FILES = \
# builtin_compiler
#
# This is built before libglsl to generate builtin_funciton.cpp for libglsl.
# This is built before libglsl to generate builtin_function.cpp for libglsl.
# For this to work, a dummy version of builtin_function.cpp,
# builtin_stubs.cpp, is used.