d3dcompiler_43: Fix a typo.

This commit is contained in:
Andrey Gusev 2013-11-30 23:54:51 +02:00 committed by Alexandre Julliard
parent f5be799b07
commit 1f29734b18
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}