From 30664aa0917b2cbe3a1a3a7909c531727de352d1 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 11 Jun 2011 20:20:05 +0200 Subject: [PATCH] oleaut32: Fix a typo in a documentation comment. --- dlls/oleaut32/vartype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/oleaut32/vartype.c b/dlls/oleaut32/vartype.c index 2d4d4e301c2..2b1307ec5a8 100644 --- a/dlls/oleaut32/vartype.c +++ b/dlls/oleaut32/vartype.c @@ -1655,7 +1655,7 @@ HRESULT WINAPI VarI4FromBool(VARIANT_BOOL boolIn, LONG *piOut) /************************************************************************ * VarI4FromI1 (OLEAUT32.209) * - * Convert a VT_I4 to a VT_I4. + * Convert a VT_I1 to a VT_I4. * * PARAMS * cIn [I] Source -- 2.11.4.GIT