aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2009-11-24 22:10:34 +0000
committerMax Horn2009-11-24 22:10:34 +0000
commit5e0f79a2edd388dd727ecf6377bc6b8f37c577ed (patch)
treed1a93ae36edec6dedb7db6503c3e576cbf8c17b5 /common
parentdf651bf20f1ddac3c28e55551e4fb81dfac1db38 (diff)
downloadscummvm-rg350-5e0f79a2edd388dd727ecf6377bc6b8f37c577ed.tar.gz
scummvm-rg350-5e0f79a2edd388dd727ecf6377bc6b8f37c577ed.tar.bz2
scummvm-rg350-5e0f79a2edd388dd727ecf6377bc6b8f37c577ed.zip
typo
svn-id: r46129
Diffstat (limited to 'common')
-rw-r--r--common/func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/func.h b/common/func.h
index dcad7ce6bf..b89a64e5fb 100644
--- a/common/func.h
+++ b/common/func.h
@@ -423,7 +423,7 @@ private:
* warning("Unimplemented opcode %d", opcodeNum);
*
* If you want to see an real world example check the kyra engine.
- * Files: engines/kyra/script.cpp and .h and engine/kyra/script_*.cpp
+ * Files: engines/kyra/script.cpp and .h and engines/kyra/script_*.cpp
* are interesting for that matter.
*/
template<class Arg, class Res>