[Scummvm-cvs-logs] SF.net SVN: scummvm: [24093] scummvm/trunk/common/hashmap.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Oct 3 13:33:10 CEST 2006


Revision: 24093
          http://svn.sourceforge.net/scummvm/?rev=24093&view=rev
Author:   fingolfin
Date:     2006-10-03 04:33:06 -0700 (Tue, 03 Oct 2006)

Log Message:
-----------
typo

Modified Paths:
--------------
    scummvm/trunk/common/hashmap.h

Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h	2006-10-03 10:01:08 UTC (rev 24092)
+++ scummvm/trunk/common/hashmap.h	2006-10-03 11:33:06 UTC (rev 24093)
@@ -259,7 +259,7 @@
 			continue;
 
 		// Insert the element from the old table into the new table.
-		// Since we know that no key exists twice the old table, we
+		// Since we know that no key exists twice in the old table, we
 		// can do this slightly better than by calling lookup, since we
 		// don't have to call _equal().
 		dex = _hash(old_arr[ctr]->_key) % _arrsize;


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