gallium: fix typos

This commit is contained in:
Brian 2008-03-18 17:12:51 -06:00
parent 0abe462128
commit 320da13c87
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ st_init_generate_mipmap(struct st_context *st)
void
st_destroy_generate_mipmpap(struct st_context *st)
st_destroy_generate_mipmap(struct st_context *st)
{
util_destroy_gen_mipmap(st->gen_mipmap);
st->gen_mipmap = NULL;

View File

@ -35,7 +35,7 @@ st_init_generate_mipmap(struct st_context *st);
extern void
st_destroy_generate_mipmpap(struct st_context *st);
st_destroy_generate_mipmap(struct st_context *st);
extern void