neels has uploaded this change for review.

View Change

comment typo fix in ranap_rab_ass.c

Change-Id: I28b4c966c399acbff46faa36f0f05cda7356e44e
---
M src/osmo-hnbgw/ranap_rab_ass.c
1 file changed, 10 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/46/32646/1
diff --git a/src/osmo-hnbgw/ranap_rab_ass.c b/src/osmo-hnbgw/ranap_rab_ass.c
index 78805b8..cd8e625 100644
--- a/src/osmo-hnbgw/ranap_rab_ass.c
+++ b/src/osmo-hnbgw/ranap_rab_ass.c
@@ -87,7 +87,7 @@
RANAP_Criticality_reject,
&asn_DEF_RANAP_RAB_AssignmentResponse, rab_assignment_response);

- /* 'msg' has been generated, we cann now release the input 'out' */
+ /* 'msg' has been generated, we can now release the input 'rab_assignment_response' */
ASN_STRUCT_FREE_CONTENTS_ONLY(asn_DEF_RANAP_RAB_AssignmentResponse, rab_assignment_response);

if (!msg)

To view, visit change 32646. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I28b4c966c399acbff46faa36f0f05cda7356e44e
Gerrit-Change-Number: 32646
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-MessageType: newchange