Commit 1f29734b authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

d3dcompiler_43: Fix a typo.

parent f5be799b
......@@ -182,7 +182,7 @@ static BOOL copy_value(const char *ptr, void **value, DWORD size)
*value = HeapAlloc(GetProcessHeap(), 0, size);
if (!*value)
{
ERR("Failed to allocate vlaue memory.\n");
ERR("Failed to allocate value memory.\n");
return FALSE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment