From 4e3b594e9364bfc7b278aea4fbeeb362a56f67ee Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 28 Sep 2021 11:32:44 +0200 Subject: [PATCH] cosmetic: gsm: meas_rep.h: Fix typo in comment Change-Id: I35c47a69ad1e9a75de6cc82c44a87828ebbb7189 --- include/osmocom/gsm/meas_rep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osmocom/gsm/meas_rep.h b/include/osmocom/gsm/meas_rep.h index ba2accdb5..5628d8ec9 100644 --- a/include/osmocom/gsm/meas_rep.h +++ b/include/osmocom/gsm/meas_rep.h @@ -11,7 +11,7 @@ struct gsm_rx_lev_qual { uint8_t rx_qual; }; -/* unidirectional measumrement report */ +/* unidirectional measurement report */ struct gsm_meas_rep_unidir { struct gsm_rx_lev_qual full; struct gsm_rx_lev_qual sub;