From 645cba8532298773949c93543f73b8d7a18c789b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 25 Aug 2014 16:01:29 +0200 Subject: tx: Fix another typo i found today morning --- src/common/tx_power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/tx_power.c b/src/common/tx_power.c index 862450bb..27b24250 100644 --- a/src/common/tx_power.c +++ b/src/common/tx_power.c @@ -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; -- cgit v1.2.3