OSDN Git Service

mesa: fix comment typo
authorBrian Paul <brianp@vmware.com>
Tue, 10 Aug 2010 14:35:47 +0000 (08:35 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 10 Aug 2010 14:38:19 +0000 (08:38 -0600)
src/mesa/main/config.h

index 32f7d96..0f2d1a8 100644 (file)
 /**
  * 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.