tx: Fix another typo i found today morning

This commit is contained in:
Holger Hans Peter Freyther 2014-08-25 16:01:29 +02:00
parent adddb65f46
commit 645cba8532
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ int power_ramp_start(struct gsm_bts_trx *trx, int p_total_tgt_mdBm, int bypass)
power_ramp_do_step(trx, 1);
}
} else {
/* Set ramp attenuation to negative value, and increse that by
/* Set ramp attenuation to negative value, and increase that by
* steps until it reaches 0 */
tpp->ramp.attenuation_mdB = tpp->p_total_tgt_mdBm - tpp->p_total_cur_mdBm;