libs/vkd3d-shader: Fix TRACE() message in vkd3d_spirv_dump().

This commit is contained in:
Józef Kucia 2017-06-21 12:22:20 +02:00
parent 252a2ea353
commit 989a80fef7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static void vkd3d_spirv_dump(const struct vkd3d_shader_code *spirv)
}
else
{
TRACE("Failed to convert SPIR-V to binary text, ret %d.\n", ret);
TRACE("Failed to convert SPIR-V binary to text, ret %d.\n", ret);
TRACE("Diagnostic message: %s.\n", debugstr_a(diagnostic->error));
}