aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/OCTET_STRING.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2013-03-28 05:00:47 -0700
committerLev Walkin <vlm@lionet.info>2013-03-28 05:00:47 -0700
commitd4c1673dc1f959d9240f236bb507128cdced4c59 (patch)
tree8a2a1943c603c08162860eda9abfa31d2403236d /skeletons/OCTET_STRING.c
parent2fce55d3b6690f6ccc51a786a8deb20ada66e507 (diff)
typo in a comment
Diffstat (limited to 'skeletons/OCTET_STRING.c')
-rw-r--r--skeletons/OCTET_STRING.c2
1 files changed, 1 insertions, 1 deletions
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