From 1a80966cbde423eb7e92bd341721ef981339a0f0 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 7 Mar 2013 17:33:58 +0000 Subject: support.c: fix typo in comment --- src/host/layer23/src/mobile/support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3