diff options
Diffstat (limited to 'src/mesa/drivers/glide/fxtris.c')
-rw-r--r-- | src/mesa/drivers/glide/fxtris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxtris.c b/src/mesa/drivers/glide/fxtris.c index 22a4c8cde39..ca3848df9da 100644 --- a/src/mesa/drivers/glide/fxtris.c +++ b/src/mesa/drivers/glide/fxtris.c @@ -321,7 +321,7 @@ fxDDTrifuncInit(void) /* Build an SWvertex from a GrVertex. This is workable because in - * states where the GrVertex is insufficent (eg seperate-specular), + * states where the GrVertex is insufficent (eg separate-specular), * the driver initiates a total fallback, and builds SWvertices * directly -- it recognizes that it will never have use for the * GrVertex. |