From facfce925f61e5e7ab6f29b50926c8fc75001889 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 27 Dec 2008 09:38:51 +0000 Subject: [PATCH] whcih -> which --- src/abis_rsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abis_rsl.c b/src/abis_rsl.c index f6f5f2fbf..94eb5bb34 100644 --- a/src/abis_rsl.c +++ b/src/abis_rsl.c @@ -332,7 +332,7 @@ int rsl_chan_activate_sdcch4(struct gsm_bts_trx_ts *ts, int subslot) ci.chan_desc.oct3 = (TSC << 5) | ((arfcn & 0x3ff) >> 8); ci.chan_desc.oct4 = arfcn & 0xff; - /* FIXME: we're sending BS power IE, whcih Abissim doesn't */ + /* FIXME: we're sending BS power IE, which Abissim doesn't */ return rsl_chan_activate(ts->trx->bts, chan_nr, 0x00, &cm, &ci, 0x01, 0x0f, 0x00); }