Fixed comment typo

This commit is contained in:
Jaak Ristioja
2016-01-13 15:30:27 +02:00
parent 63b526db52
commit 77a6a786b8

View File

@@ -45,7 +45,7 @@ static std::string WrapInNameSpace(const Parser &parser,
}
// Translates a qualified name in flatbuffer text format to the same name in
// the equivalent C++ namepsace.
// the equivalent C++ namespace.
static std::string TranslateNameSpace(const std::string &qualified_name) {
std::string cpp_qualified_name = qualified_name;
size_t start_pos = 0;