Benjamin Arai : oleaut32: VarCmp - Corrected function description.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jul 18 05:13:21 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: d42002b72c1218a8e46c3df2582ee05b4e8fe412
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=d42002b72c1218a8e46c3df2582ee05b4e8fe412

Author: Benjamin Arai <me at benjaminarai.com>
Date:   Mon Jul 17 11:30:58 2006 -0700

oleaut32: VarCmp - Corrected function description.

---

 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 3080e53..2de8550 100644
--- a/dlls/oleaut32/variant.c
+++ b/dlls/oleaut32/variant.c
@@ -2615,7 +2615,7 @@ static HRESULT _VarChangeTypeExWrap (VAR
  * RETURNS
  *  VARCMP_LT:   left variant is less than right variant.
  *  VARCMP_EQ:   input variants are equal.
- *  VARCMP_LT:   left variant is greater than right variant.
+ *  VARCMP_GT:   left variant is greater than right variant.
  *  VARCMP_NULL: either one of the input variants is NULL.
  *  Failure:     An HRESULT error code indicating the error.
  *




More information about the wine-cvs mailing list