From d4c1673dc1f959d9240f236bb507128cdced4c59 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Thu, 28 Mar 2013 05:00:47 -0700 Subject: typo in a comment --- skeletons/OCTET_STRING.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skeletons/OCTET_STRING.c b/skeletons/OCTET_STRING.c index 584def8b..f2eec13a 100644 --- a/skeletons/OCTET_STRING.c +++ b/skeletons/OCTET_STRING.c @@ -1571,7 +1571,7 @@ OCTET_STRING_encode_uper(asn_TYPE_descriptor_t *td, csiz->lower_bound, csiz->upper_bound, csiz->effective_bits, ct_extensible ? " EXT" : ""); - /* Figure out wheter size lies within PER visible constraint */ + /* Figure out whether size lies within PER visible constraint */ if(csiz->effective_bits >= 0) { if((int)sizeinunits < csiz->lower_bound -- cgit v1.2.3