aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2016-09-19 09:42:29 +0300
committerFilippos Karapetis2016-10-03 00:33:00 +0300
commit98e838275fb6e1b122caa6b9e786db9372bfc195 (patch)
tree4000dc2b93bb3091f5559fcb33005fe082534b36
parent03aae708550ce42b86656b905cd42448fa64ed2f (diff)
downloadscummvm-rg350-98e838275fb6e1b122caa6b9e786db9372bfc195.tar.gz
scummvm-rg350-98e838275fb6e1b122caa6b9e786db9372bfc195.tar.bz2
scummvm-rg350-98e838275fb6e1b122caa6b9e786db9372bfc195.zip
CHEWY: Adjust comments
-rw-r--r--engines/chewy/console.cpp2
-rw-r--r--engines/chewy/console.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/chewy/console.cpp b/engines/chewy/console.cpp
index 09f6110d64..3e9c46f038 100644
--- a/engines/chewy/console.cpp
+++ b/engines/chewy/console.cpp
@@ -60,4 +60,4 @@ bool Console::Cmd_Dump(int argc, const char **argv) {
return true;
}
-} // End of namespace Drascula
+} // End of namespace Chewy
diff --git a/engines/chewy/console.h b/engines/chewy/console.h
index b6b32e6e03..cce736bed2 100644
--- a/engines/chewy/console.h
+++ b/engines/chewy/console.h
@@ -40,5 +40,5 @@ private:
bool Cmd_Dump(int argc, const char **argv);
};
-} // End of namespace Drascula
+} // End of namespace Chewy
#endif