Module: wine Branch: master Commit: 30664aa0917b2cbe3a1a3a7909c531727de352d1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=30664aa0917b2cbe3a1a3a7909...
Author: Francois Gouget fgouget@free.fr Date: Sat Jun 11 20:20:05 2011 +0200
oleaut32: Fix a typo in a documentation comment.
---
dlls/oleaut32/vartype.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/oleaut32/vartype.c b/dlls/oleaut32/vartype.c index 2d4d4e3..2b1307e 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