i965: Fix typo in assert message

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
Chris Forbes 2014-05-09 09:34:34 +12:00
parent 74388dd24b
commit cc8c00da88
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ static GLboolean
intel_nop_alloc_storage(struct gl_context * ctx, struct gl_renderbuffer *rb,
GLenum internalFormat, GLuint width, GLuint height)
{
_mesa_problem(ctx, "intel_op_alloc_storage should never be called.");
_mesa_problem(ctx, "intel_nop_alloc_storage should never be called.");
return false;
}