Module: Mesa Branch: master Commit: cc8c00da885ba1446e73b77d9171965d1299ad37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc8c00da885ba1446e73b77d9171965d1299ad37
Author: Chris Forbes <[email protected]> Date: Fri May 9 09:34:34 2014 +1200 i965: Fix typo in assert message Signed-off-by: Chris Forbes <[email protected]> --- src/mesa/drivers/dri/i965/intel_fbo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/intel_fbo.c b/src/mesa/drivers/dri/i965/intel_fbo.c index e820a14..2d68de8 100644 --- a/src/mesa/drivers/dri/i965/intel_fbo.c +++ b/src/mesa/drivers/dri/i965/intel_fbo.c @@ -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; } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
