[Mesa-dev] [PATCH 1/4] mesa: Fix typo in comment.
Kenneth Graunke
kenneth at whitecape.org
Tue Feb 28 14:58:22 PST 2012
On 02/28/2012 01:33 PM, Eric Anholt wrote:
> ---
> 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 f3cca93..6fb016b 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
Nice, you beat me to it. I was working on this yesterday, but had been
trying to put things in vbo_save_api and vbo_noop. Do we need things in
vbo_noop? It looks like some OOM case that we're not likely to hit in
testing.
Series is:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
More information about the mesa-dev
mailing list