aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-25 16:01:29 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-25 16:01:29 +0200
commit645cba8532298773949c93543f73b8d7a18c789b (patch)
treef810957cdc5bca306fb93bc1d3adfdd1ad23fd35
parentadddb65f4656b0b03b24fa3868e2a8c555af18da (diff)
tx: Fix another typo i found today morning
-rw-r--r--src/common/tx_power.c2
1 files changed, 1 insertions, 1 deletions
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;