From b7bfd1a0976abc616f42ae6236d5e8571ccf4355 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Mon, 17 Jan 2005 12:16:58 +0000 Subject: changed wording --- libasn1compiler/asn1c_C.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libasn1compiler') 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); -- cgit v1.2.3