Merge pull request #3510 from jaakristioja/patch-1

Fixed comment typo
This commit is contained in:
Wouter van Oortmerssen 2016-01-19 15:36:45 -08:00
commit 2ab7ebc82b
1 changed files with 1 additions and 1 deletions

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 // 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) { static std::string TranslateNameSpace(const std::string &qualified_name) {
std::string cpp_qualified_name = qualified_name; std::string cpp_qualified_name = qualified_name;
size_t start_pos = 0; size_t start_pos = 0;