automake: Fix a comment typo.
authorEric Anholt <eric@anholt.net>
Wed, 7 Nov 2012 07:18:34 +0000 (23:18 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Mon, 12 Nov 2012 23:52:41 +0000 (15:52 -0800)
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/Makefile.sources

index aafb53eaee0f8a05636b8b44250e71f0f6051662..0da6958d1a750c254dba714df9f877d59233f9bb 100644 (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.