[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/winlock.c fix copy/paste
bug in comment
Benji York
benji at zope.com
Sun Sep 4 23:19:56 EDT 2005
Log message for revision 38300:
fix copy/paste bug in comment
Changed:
U ZODB/trunk/src/ZODB/winlock.c
-=-
Modified: ZODB/trunk/src/ZODB/winlock.c
===================================================================
--- ZODB/trunk/src/ZODB/winlock.c 2005-09-04 20:15:59 UTC (rev 38299)
+++ ZODB/trunk/src/ZODB/winlock.c 2005-09-05 03:19:55 UTC (rev 38300)
@@ -83,7 +83,7 @@
#endif
-/* Initialization function for the module (*must* be called initcStringIO) */
+/* Initialization function for the module (*must* be called initwinlock) */
#ifndef DL_EXPORT /* declarations for DLL import/export */
#define DL_EXPORT(RTYPE) RTYPE
More information about the Zodb-checkins
mailing list