dri/nouveau: Fix typo.

This commit is contained in:
Francisco Jerez
2010-11-15 16:44:31 +01:00
parent 8c94c7138e
commit aceb5b3277
2 changed files with 1 additions and 2 deletions
@@ -314,7 +314,7 @@ nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *dri_draw,
GLboolean
nouveau_context_unbind(__DRIcontext *dri_ctx)
{
/* Unset current context and dispath table */
/* Unset current context and dispatch table */
_mesa_make_current(NULL, NULL, NULL);
return GL_TRUE;
@@ -150,7 +150,6 @@ vbo_emit_attr(struct gl_context *ctx, const struct gl_client_array **arrays,
render->map[render->attr_count++] = attr;
render->vertex_size += 4 * info->imm_fields;
}
}
}