typelib: fix incorrect comment

Huw D M Davies h.davies1 at physics.ox.ac.uk
Fri Dec 17 04:42:05 CST 2004


        Huw Davies <huw at codeweavers.com>
        Fix comment to reflect reality and indeed the code.
-- 
Huw Davies
huw at codeweavers.com
Index: dlls/oleaut32/typelib.c
===================================================================
RCS file: /home/wine/wine/dlls/oleaut32/typelib.c,v
retrieving revision 1.135
diff -u -p -r1.135 typelib.c
--- dlls/oleaut32/typelib.c	13 Dec 2004 21:19:02 -0000	1.135
+++ dlls/oleaut32/typelib.c	17 Dec 2004 11:30:33 -0000
@@ -1648,7 +1648,7 @@ MSFT_DoFuncs(TLBContext*     pcx,
      * of this (first) part excluding this field. Then follow the records,
      * for each member there is one record.
      *
-     * First entry is always the length of the record (excluding this
+     * First entry is always the length of the record (including this
      * length word).
      * Rest of the record depends on the type of the member. If there is
      * a field indicating the member type (function variable intereface etc)



More information about the wine-patches mailing list