oleaut32: Fix a typo in a documentation comment.

Francois Gouget fgouget at free.fr
Sat Jun 11 13:20:05 CDT 2011


---
 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
-- 
1.7.5.3




More information about the wine-patches mailing list