summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-03-07 17:33:58 +0000
committerHarald Welte <laforge@gnumonks.org>2013-03-07 17:33:58 +0000
commit1a80966cbde423eb7e92bd341721ef981339a0f0 (patch)
tree57df305662847feb8637ea89a5e78dd3cc8d205e
parent6fead1c78c988f524078d3f202193d83212deb4f (diff)
support.c: fix typo in comment
-rw-r--r--src/host/layer23/src/mobile/support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/support.c b/src/host/layer23/src/mobile/support.c
index 99a01221..7c1d2feb 100644
--- a/src/host/layer23/src/mobile/support.c
+++ b/src/host/layer23/src/mobile/support.c
@@ -53,7 +53,7 @@ void gsm_support_init(struct osmocom_ms *ms)
/* location service support */
sup->lcsva = 0; /* no */
sup->loc_serv = 0; /* no */
- /* codec supprot */
+ /* cipher support */
sup->a5_1 = 1;
sup->a5_2 = 1;
sup->a5_3 = 0;