[Scummvm-cvs-logs] SF.net SVN: scummvm: [31391] scummvm/trunk/common
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Fri Apr 4 23:00:58 CEST 2008
Revision: 31391
http://scummvm.svn.sourceforge.net/scummvm/?rev=31391&view=rev
Author: fingolfin
Date: 2008-04-04 14:00:58 -0700 (Fri, 04 Apr 2008)
Log Message:
-----------
cleanup
Modified Paths:
--------------
scummvm/trunk/common/memorypool.cpp
scummvm/trunk/common/util.h
Modified: scummvm/trunk/common/memorypool.cpp
===================================================================
--- scummvm/trunk/common/memorypool.cpp 2008-04-04 18:41:30 UTC (rev 31390)
+++ scummvm/trunk/common/memorypool.cpp 2008-04-04 21:00:58 UTC (rev 31391)
@@ -56,7 +56,7 @@
MemoryPool::~MemoryPool() {
for (size_t i = 0; i<_pages.size(); ++i)
- ::free(_pages[i]);
+ ::free(_pages[i]);
}
void* MemoryPool::malloc() {
Modified: scummvm/trunk/common/util.h
===================================================================
--- scummvm/trunk/common/util.h 2008-04-04 18:41:30 UTC (rev 31390)
+++ scummvm/trunk/common/util.h 2008-04-04 21:00:58 UTC (rev 31391)
@@ -281,7 +281,7 @@
* @param level the level flag (should be OR-able i.e. first one should be 1 than 2,4,...)
* @param option the option name which is used in the debugger/on the command line to enable
* this special debug level, the option will be compared case !insentiv! later
- * @param descripton the description which shows up in the debugger
+ * @param description the description which shows up in the debugger
* @return true on success false on failure
*/
bool addSpecialDebugLevel(uint32 level, const String &option, const String &description);
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