mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
meta: Fix a typo in a print message
s/Unkown/Unknown/ Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
c83e161c91
commit
7af9930ab4
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ setup_glsl_msaa_blit_shader(struct gl_context *ctx,
|
|||
}
|
||||
break;
|
||||
default:
|
||||
_mesa_problem(ctx, "Unkown texture target %s\n",
|
||||
_mesa_problem(ctx, "Unknown texture target %s\n",
|
||||
_mesa_enum_to_string(target));
|
||||
shader_index = BLIT_2X_MSAA_SHADER_2D_MULTISAMPLE_RESOLVE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue