comment update
authoraeneid <maor.tt@gmail.com>
Sun, 12 Jul 2015 19:12:58 +0000 (22:12 +0300)
committeraeneid <maor.tt@gmail.com>
Sun, 12 Jul 2015 19:12:58 +0000 (22:12 +0300)
src/idl_gen_general.cpp

index 9bb411e..fa84cee 100644 (file)
@@ -448,7 +448,7 @@ static void GenStructArgs(const LanguageParameters &lang,
     if (IsStruct(field.value.type)) {
       // Generate arguments for a struct inside a struct. To ensure names
       // don't clash, and to make it obvious these arguments are constructing
-      // a nested struct, prefix the name with the struct name.
+      // a nested struct, prefix the name with the field name.
       GenStructArgs(lang, *field.value.type.struct_def, code_ptr,
                     (nameprefix + (field.name + "_")).c_str());
     } else {