aboutsummaryrefslogtreecommitdiffstats
path: root/tests/39-sequence-of-OK.asn1.-P
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-01-17 12:20:19 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-01-17 12:20:19 +0000
commit0a9af5168e1e7476583b08e4501bf654178fa57a (patch)
tree9c414ad0ddab3663ac6f15fa5f47310e5f383d64 /tests/39-sequence-of-OK.asn1.-P
parent53807ebaa261c45cbf9bbdbd347ca45f71a970a3 (diff)
changed comment wording
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@596 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/39-sequence-of-OK.asn1.-P')
-rw-r--r--tests/39-sequence-of-OK.asn1.-P10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/39-sequence-of-OK.asn1.-P b/tests/39-sequence-of-OK.asn1.-P
index 76aded23..5b0a517c 100644
--- a/tests/39-sequence-of-OK.asn1.-P
+++ b/tests/39-sequence-of-OK.asn1.-P
@@ -34,7 +34,7 @@ static asn_TYPE_member_t asn_MBR_collection[] = {
.tag = (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
.tag_mode = 0,
.type = (void *)&asn_DEF_T2,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = ""
},
};
@@ -74,14 +74,14 @@ static asn_TYPE_member_t asn_MBR_T[] = {
.tag = (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
.tag_mode = 0,
.type = (void *)&asn_DEF_INTEGER,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "int"
},
{ ATF_NOFLAGS, 0, offsetof(struct T, collection),
.tag = (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
.tag_mode = 0,
.type = (void *)&asn_DEF_collection,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "collection"
},
};
@@ -151,14 +151,14 @@ static asn_TYPE_member_t asn_MBR_T2[] = {
.tag = (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)),
.tag_mode = 0,
.type = (void *)&asn_DEF_BOOLEAN,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "flag"
},
{ ATF_NOFLAGS, 0, offsetof(struct T2, str),
.tag = (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)),
.tag_mode = 0,
.type = (void *)&asn_DEF_UTF8String,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "str"
},
};