support.c: fix typo in comment

This commit is contained in:
Harald Welte 2013-03-07 17:33:58 +00:00
parent 6fead1c78c
commit 1a80966cbd
1 changed files with 1 additions and 1 deletions

View File

@ -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;