From a2b806c375dc6b3e3b7df0496e06b34b1520bd1b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 22 Jun 2014 14:17:45 +0200 Subject: sysmobts: Fix typo in the comment --- src/osmo-bts-sysmo/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3