added missing \'s
[mesa.git] / src / mesa / swrast / s_context.h
index 3bf9616d51f059b4a1b437527b647c1bbb365ef5..03f6961001a7ce1cab87d26ece76eb23a600e971 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: s_context.h,v 1.8 2001/03/19 02:25:36 keithw Exp $ */
+/* $Id: s_context.h,v 1.10 2001/05/17 09:32:17 keithw Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -114,7 +114,6 @@ typedef struct
     * _swrast_validate_derived():
     */
    GLuint _RasterMask;
-   GLboolean _MultiTextureEnabled;
    GLfloat _MinMagThresh[MAX_TEXTURE_UNITS];
    GLfloat _backface_sign;
    GLboolean _PreferPixelFog;
@@ -152,7 +151,7 @@ typedef struct
    swrast_line_func Line;
    swrast_tri_func Triangle;
 
-   /* Placeholders for when seperate specular (or secondary color) is
+   /* Placeholders for when separate specular (or secondary color) is
     * enabled but texturing is not.
     */
    swrast_point_func SpecPoint;