Module: Mesa Branch: master Commit: b80a830cd8cbad128aad3edb2eef4cb40e7b145b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b80a830cd8cbad128aad3edb2eef4cb40e7b145b
Author: Brian Paul <[email protected]> Date: Tue Aug 10 08:35:47 2010 -0600 mesa: fix comment typo --- src/mesa/main/config.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 32f7d96..0f2d1a8 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -177,7 +177,7 @@ /** * Per-program constants (power of two) * - * \c MAX_PROGRAM_LOCAL_PARAMS and \c MAX_UNIFORMS are just the assmebly shader + * \c MAX_PROGRAM_LOCAL_PARAMS and \c MAX_UNIFORMS are just the assembly shader * and GLSL shader names for the same thing. They should \b always have the * same value. Each refers to the number of vec4 values supplied as * per-program parameters. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
