[Scummvm-cvs-logs] SF.net SVN: scummvm:[50863] scummvm/trunk/engines/sci/engine/kernel.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Jul 14 04:12:03 CEST 2010


Revision: 50863
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50863&view=rev
Author:   thebluegr
Date:     2010-07-14 02:12:03 +0000 (Wed, 14 Jul 2010)

Log Message:
-----------
Typos

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel.h

Modified: scummvm/trunk/engines/sci/engine/kernel.h
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.h	2010-07-14 02:02:03 UTC (rev 50862)
+++ scummvm/trunk/engines/sci/engine/kernel.h	2010-07-14 02:12:03 UTC (rev 50863)
@@ -100,12 +100,12 @@
 enum {
 	SIG_TYPE_NULL          =  0x01, // may be 0:0       [0]
 	SIG_TYPE_INTEGER       =  0x02, // may be 0:*       [i], automatically also allows null
-	SIG_TYPE_UNINITIALIZED =  0x04, // may be FFFF:*    -> not allowable, only used for comparsion
+	SIG_TYPE_UNINITIALIZED =  0x04, // may be FFFF:*    -> not allowable, only used for comparison
 	SIG_TYPE_OBJECT        =  0x08, // may be object    [o]
 	SIG_TYPE_REFERENCE     =  0x10, // may be reference [r]
 	SIG_TYPE_LIST          =  0x20, // may be list      [l]
 	SIG_TYPE_NODE          =  0x40, // may be node      [n]
-	SIG_TYPE_ERROR         =  0x80, // happens, when there is a identification error - only used for comparsion
+	SIG_TYPE_ERROR         =  0x80, // happens, when there is a identification error - only used for comparison
 	SIG_IS_INVALID         = 0x100, // ptr is invalid   [!] -> invalid offset
 	SIG_IS_OPTIONAL        = 0x200, // is optional
 	SIG_NEEDS_MORE         = 0x400, // needs at least one additional parameter following


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list