Fix a few typos
[mesa.git] / src / mesa / swrast / s_texcombine.c
index 0adb8e5ba0d1b993347308cbbf337a0a7b202d1f..453bd36367b9f5d09c874e71596655d93402edfc 100644 (file)
@@ -645,7 +645,7 @@ _swrast_texture_span( struct gl_context *ctx, SWspan *span )
 
    /*
     * Must do all texture sampling before combining in order to
-    * accomodate GL_ARB_texture_env_crossbar.
+    * accommodate GL_ARB_texture_env_crossbar.
     */
    for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
       const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];