diff options
author | Sven Hesse | 2009-08-27 16:36:19 +0000 |
---|---|---|
committer | Sven Hesse | 2009-08-27 16:36:19 +0000 |
commit | 7c9b9c657ebbc537d30eeb548d475aa76eb945d9 (patch) | |
tree | 812eb93a7ea2d816e1c427e4a004617748656ed2 | |
parent | a6c7d14ddf98baa958871b78a816508d86ae6719 (diff) | |
download | scummvm-rg350-7c9b9c657ebbc537d30eeb548d475aa76eb945d9.tar.gz scummvm-rg350-7c9b9c657ebbc537d30eeb548d475aa76eb945d9.tar.bz2 scummvm-rg350-7c9b9c657ebbc537d30eeb548d475aa76eb945d9.zip |
Fixing a typo and copy-paste error
svn-id: r43773
-rw-r--r-- | engines/gob/inter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h index 43a4941402..df65e309cd 100644 --- a/engines/gob/inter.h +++ b/engines/gob/inter.h @@ -35,7 +35,7 @@ namespace Gob { // This is to help devices with small memory (PDA, smartphones, ...) -// to save abit of memory used by opcode names in the Scumm engine. +// to save a bit of memory used by opcode names in the Gob engine. #ifndef REDUCE_MEMORY_USAGE #define _OPCODEDRAW(ver, x) setProc(new Common::Functor0Mem<void, ver>(this, &ver::x), #x) #define _OPCODEFUNC(ver, x) setProc(new Common::Functor1Mem<OpFuncParams &, bool, ver>(this, &ver::x), #x) |