Module: wine Branch: master Commit: eddc78e4803ccd65fbf9ca41e08f8639be5298b7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=eddc78e4803ccd65fbf9ca41e0...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Jul 2 00:36:55 2009 +0200
oleaut32: Fix a small error in a comment.
---
dlls/oleaut32/variant.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/oleaut32/variant.c b/dlls/oleaut32/variant.c index 37965f8..7a5f325 100644 --- a/dlls/oleaut32/variant.c +++ b/dlls/oleaut32/variant.c @@ -588,7 +588,7 @@ void WINAPI VariantInit(VARIANTARG* pVarg) * * RETURNS * 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) {