From 7acd88c6d9bc62fd04551a3f82d7d35705f02562 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 28 Feb 2003 15:09:02 +0000 Subject: minor typo --- src/mesa/swrast/s_context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 2be1545c8f..91063f0ef8 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; -- cgit v1.2.3