oleaut32: Fix a small error in a comment.

This commit is contained in:
Michael Stefaniuc 2009-07-02 00:36:55 +02:00 committed by Alexandre Julliard
parent 55b1a1977e
commit eddc78e480
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ void WINAPI VariantInit(VARIANTARG* pVarg)
* *
* RETURNS * RETURNS
* Success: S_OK. Any previous value in pVarg is freed and its type is set to VT_EMPTY. * Success: S_OK. Any previous value in pVarg is freed and its type is set to VT_EMPTY.
* Failure: DISP_E_BADVARTYPE, if the variant is a not a valid variant type. * Failure: DISP_E_BADVARTYPE, if the variant is not a valid variant type.
*/ */
HRESULT WINAPI VariantClear(VARIANTARG* pVarg) HRESULT WINAPI VariantClear(VARIANTARG* pVarg)
{ {