From d534b6840477e4da18f303a8b7f47a73bfcee4cf Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 28 Feb 2012 13:33:50 -0800 Subject: [PATCH] mesa: Fix typo in comment. Reviewed-by: Kenneth Graunke --- src/mesa/main/vtxfmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c index f3cca937d0c..6fb016b9edf 100644 --- a/src/mesa/main/vtxfmt.c +++ b/src/mesa/main/vtxfmt.c @@ -41,7 +41,7 @@ #if FEATURE_beginend /** - * Use the per-vertex functions found in to initialoze the given + * Use the per-vertex functions found in to initialize the given * API dispatch table. */ static void -- 2.30.2