aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/constr_CHOICE.c
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-07-17 11:35:35 +0200
committerOliver Smith <osmith@sysmocom.de>2023-07-17 11:40:38 +0200
commit74e999ceb2b49cf499c00799fae4b5069e4b2e7c (patch)
treebd384d16bff400b324d3d4e9cf2bb92699c56ba0 /skeletons/constr_CHOICE.c
parentb43722d878616bed05b4cb8a49d19c5f02bd58ab (diff)
skeletons: fix various typos
These typos have been fixed in the generated rspro code in osmo-remsim.git. Fix them here as well, so when regenerating the code we don't re-introduce the typos. Change-Id: I9e2fa5a2e0c2bf153f67c1ae363baa1abb44f7ad
Diffstat (limited to 'skeletons/constr_CHOICE.c')
-rw-r--r--skeletons/constr_CHOICE.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/constr_CHOICE.c b/skeletons/constr_CHOICE.c
index 18c24cde..6a88b296 100644
--- a/skeletons/constr_CHOICE.c
+++ b/skeletons/constr_CHOICE.c
@@ -156,7 +156,7 @@ CHOICE_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
}
if(ctx->left >= 0) {
- /* ?Substracted below! */
+ /* ?Subtracted below! */
ctx->left += rval.consumed;
}
ADVANCE(rval.consumed);