aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;