diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index 8eac47ca99d..5d494ecb0f7 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -693,7 +693,7 @@ static BOOL match_broken_nv_clip(const struct wined3d_gl_info *gl_info, const ch GL_EXTCALL(glGenProgramsARB(1, &prog)); if(!prog) { - ERR("Failed to create an ARB offset limit test program\n"); + ERR("Failed to create the NVvp clip test program\n"); LEAVE_GL(); return FALSE; }