aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-19 17:54:25 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-19 18:19:30 +0200
commit525a69ef4eb68dcd21dad264d58cffc875d6195f (patch)
tree612aaba84fd1dc8e1bb6d90952fece721101bf54 /include
parentbde4d3b3b7b53595c697e9850d02f67e66b2b6cb (diff)
cosmetic: comment typos
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 */