From: Eric Anholt Date: Wed, 7 Nov 2012 07:18:34 +0000 (-0800) Subject: automake: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=906d832db5bb27475b8e2edfa32931d4448c8f1d;p=mesa.git automake: Fix a comment typo. Reviewed-by: Chad Versace Reviewed-by: Kenneth Graunke --- diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index aafb53eaee0..0da6958d1a7 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -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.