oleaut32: Fix a typo where the FIXME doesn't match the code.

This commit is contained in:
Robert Shearman 2006-06-30 11:07:26 +01:00 committed by Alexandre Julliard
parent e7df38c27f
commit 2fa3cc03a5
1 changed files with 1 additions and 1 deletions

View File

@ -4981,7 +4981,7 @@ static HRESULT userdefined_to_variantvt(ITypeInfo *tinfo, const TYPEDESC *tdesc,
break;
case TKIND_UNION:
FIXME("TKIND_RECORD unhandled.\n");
FIXME("TKIND_UNION unhandled.\n");
hr = E_NOTIMPL;
break;