aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-09-29 19:02:12 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-09-29 19:02:12 +0200
commit37288e34c12d561e34dbccfca0735bb9beb73c79 (patch)
treea507f453596868477c1aa47e9b245dd8da1626b9 /include/osmocom
parent464227d07140f1da368198e1c008415856c5721b (diff)
cosmetic: fix comment typos in signal.h
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/bsc/signal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/bsc/signal.h b/include/osmocom/bsc/signal.h
index 4933703a8..084c30dd6 100644
--- a/include/osmocom/bsc/signal.h
+++ b/include/osmocom/bsc/signal.h
@@ -134,9 +134,9 @@ struct nm_statechg_signal_data {
struct gsm_nm_state *old_state;
struct gsm_nm_state *new_state;
- /* This pointer is vaold for TS 12.21 MO */
+ /* This pointer is valid for TS 12.21 MO */
struct abis_om_obj_inst *obj_inst;
- /* This pointer is vaold for RBS2000 MO */
+ /* This pointer is valid for RBS2000 MO */
struct abis_om2k_mo *om2k_mo;
};