aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/ranap/ranap_common_cn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/ranap/ranap_common_cn.h b/include/osmocom/ranap/ranap_common_cn.h
index f0fd09e..dfce358 100644
--- a/include/osmocom/ranap/ranap_common_cn.h
+++ b/include/osmocom/ranap/ranap_common_cn.h
@@ -7,7 +7,7 @@
typedef void (*ranap_handle_cb)(void *ctx, ranap_message *ranap_msg);
-/* receive a connections-liess RANAP message */
+/* receive a connection-less RANAP message */
int ranap_cn_rx_cl(ranap_handle_cb cb, void *ctx, uint8_t *data, size_t len);
/* receive a connection-oriented RANAP message */