oleaut32: Fix a small error in a comment.

Michael Stefaniuc mstefani at redhat.de
Wed Jul 1 17:36:55 CDT 2009


---
 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)
 {
-- 
1.6.1.1



More information about the wine-patches mailing list