aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/testbed/encoding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/testbed/encoding.h b/engines/testbed/encoding.h
index ab01d7a1cb..2c0f2e1e43 100644
--- a/engines/testbed/encoding.h
+++ b/engines/testbed/encoding.h
@@ -30,7 +30,7 @@ namespace Testbed {
namespace Encodingtests {
-// Helper functions for Speech tests
+// Helper functions for Encoding tests
// will contain function declarations for Encoding tests
// add more here
@@ -41,7 +41,7 @@ TestExitStatus testConversionUnicodeLittleEndian();
TestExitStatus testCyrillicTransliteration();
TestExitStatus testOtherConversions();
-} // End of namespace Speechtests
+} // End of namespace Encodingtests
class EncodingTestSuite : public Testsuite {
public: