Commit b7bfd1a0 authored by Lev Walkin's avatar Lev Walkin

changed wording

parent b0b3341d
......@@ -1444,7 +1444,7 @@ emit_member_table(arg_t *arg, asn1p_expr_t *expr) {
++global_memb_unique);
}
} else {
OUT("0,\t/* Defer to actual type */\n");
OUT("0,\t/* Defer constraints checking to the member type */\n");
}
if(C99_MODE) OUT(".name = ");
OUT("\"%s\"\n", expr->_anonymous_type ? "" : expr->Identifier);
......
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