aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/utils.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-22 14:17:45 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-22 16:23:59 +0200
commita2b806c375dc6b3e3b7df0496e06b34b1520bd1b (patch)
tree0f12e1b8139b0f6347a81b112203e800c212aad7 /src/osmo-bts-sysmo/utils.c
parenta7f9b58e44fa7119e7113269765302a0b8a619d5 (diff)
sysmobts: Fix typo in the comment
Diffstat (limited to 'src/osmo-bts-sysmo/utils.c')
-rw-r--r--src/osmo-bts-sysmo/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/utils.c b/src/osmo-bts-sysmo/utils.c
index af1e5d29..106d12bd 100644
--- a/src/osmo-bts-sysmo/utils.c
+++ b/src/osmo-bts-sysmo/utils.c
@@ -126,7 +126,7 @@ int sysmobts_get_nominal_power(struct gsm_bts_trx *trx)
/* 200mW (23 dBm) nominal power */
return 23;
case 2050:
- /* 5W(39dBm) per TRX. This could be raiesd to 10W(40dBm)
+ /* 5W(37dBm) per TRX. This could be raiesd to 10W(40dBm)
* if the second TRX is not used. */
return 37;
default: