neels submitted this 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(-)
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.