aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/measurement.c
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-09-12 17:29:45 +0200
committerHarald Welte <laforge@gnumonks.org>2018-09-13 14:27:12 +0000
commit6d701d0e051ec1c876f6cab1c5e60e67ca3fd3f6 (patch)
tree5fed7b48760e9c97266d935aadb5bc6599e7d785 /src/common/measurement.c
parent8a6f6c5a16cb31866598884639e203c6071f0b34 (diff)
cosmetic: fix typo in comment
Diffstat (limited to 'src/common/measurement.c')
-rw-r--r--src/common/measurement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/measurement.c b/src/common/measurement.c
index 1e547c8e..8f0470a1 100644
--- a/src/common/measurement.c
+++ b/src/common/measurement.c
@@ -823,7 +823,7 @@ int lchan_meas_check_compute(struct gsm_lchan *lchan, uint32_t fn)
/* Process a single uplink measurement sample. This function is called from
* l1sap.c every time a measurement indication is received. It collects the
- * measurement samples and automatically detects the end oft the measurement
+ * measurement samples and automatically detects the end of the measurement
* interval. */
void lchan_meas_process_measurement(struct gsm_lchan *lchan, struct bts_ul_meas *ulm, uint32_t fn)
{