aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>