diff --git a/libasn1compiler/asn1c_C.c b/libasn1compiler/asn1c_C.c index 6b6b87d7..5e0d0cdf 100644 --- a/libasn1compiler/asn1c_C.c +++ b/libasn1compiler/asn1c_C.c @@ -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);