Fix comment typo

This commit is contained in:
Max 2016-04-28 17:51:15 +02:00 committed by Harald Welte
parent 57b26a265d
commit a69d4fdab6
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ static int is_dcs_net(const struct gsm_bts *bts)
return 1;
}
/* Return q(m) for given NR_OF_TDD_CELLS - see Table 9.1.54.1a, 3GPP TS 44.018 */
/* Return p(n) for given NR_OF_TDD_CELLS - see Table 9.1.54.1a, 3GPP TS 44.018 */
unsigned range1024_p(unsigned n)
{
switch (n) {