Francois Gouget : oleaut32: Fix a typo in a documentation comment.

Alexandre Julliard julliard at winehq.org
Mon Jun 13 11:49:17 CDT 2011


Module: wine
Branch: master
Commit: 30664aa0917b2cbe3a1a3a7909c531727de352d1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=30664aa0917b2cbe3a1a3a7909c531727de352d1

Author: Francois Gouget <fgouget at 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




More information about the wine-cvs mailing list