diff options
author | Eric Anholt <[email protected]> | 2012-02-28 13:33:50 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-02-29 13:21:11 -0800 |
commit | d534b6840477e4da18f303a8b7f47a73bfcee4cf (patch) | |
tree | 958af5940d2395f3a91c1999e43066033f4922ed /src/mesa/main | |
parent | b2ace06cbbbb1021e2d7ace12a985c6406821939 (diff) |
mesa: Fix typo in comment.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/vtxfmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <vfmt> to initialoze the given + * Use the per-vertex functions found in <vfmt> to initialize the given * API dispatch table. */ static void |