From: Brian Paul Date: Fri, 28 Feb 2003 15:09:02 +0000 (+0000) Subject: minor typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7acd88c6d9bc62fd04551a3f82d7d35705f02562;p=mesa.git minor typo --- diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 2be1545c8f3..91063f0ef8a 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -1,4 +1,4 @@ -/* $Id: s_context.h,v 1.24 2003/02/23 04:10:54 brianp Exp $ */ +/* $Id: s_context.h,v 1.25 2003/02/28 15:09:02 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -141,7 +141,7 @@ struct sw_span { GLfloat specRed, specRedStep; GLfloat specGreen, specGreenStep; GLfloat specBlue, specBlueStep; -#else /* CHAN_TYPE == GL_UNSIGNED_BYTE or GL_UNSIGNED SHORT */ +#else /* CHAN_TYPE == GL_UNSIGNED_BYTE or GL_UNSIGNED_SHORT */ GLfixed red, redStep; GLfixed green, greenStep; GLfixed blue, blueStep;