whcih -> which

This commit is contained in:
Holger Freyther 2008-12-27 09:38:51 +00:00
parent 4b634544e6
commit facfce925f
1 changed files with 1 additions and 1 deletions

View File

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