aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-01-17 12:16:58 +0000
committerLev Walkin <vlm@lionet.info>2005-01-17 12:16:58 +0000
commitb7bfd1a0976abc616f42ae6236d5e8571ccf4355 (patch)
tree4b5ab926995974049f5826c349c199ea37e987c3 /libasn1compiler
parentb0b3341de087a886a2e2b4186644c8b662cb491e (diff)
changed wording
Diffstat (limited to 'libasn1compiler')
-rw-r--r--libasn1compiler/asn1c_C.c2
1 files changed, 1 insertions, 1 deletions
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);