Commit 2ab7ebc8 authored by Wouter van Oortmerssen's avatar Wouter van Oortmerssen

Merge pull request #3510 from jaakristioja/patch-1

Fixed comment typo
parents 69a31b80 77a6a786
...@@ -45,7 +45,7 @@ static std::string WrapInNameSpace(const Parser &parser, ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment