aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-29 17:04:14 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-29 17:04:14 +0100
commit5f2b8e5edf486583f1c9102427593dec811e6b0f (patch)
tree1412960fe69fa1b75aa129f849adea76939617d4
parent377645d6005e6b04c5dcd455324a49eea66d38de (diff)
cosmetic: fix typo in comment
-rw-r--r--include/osmocom/gsm/bts_features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h
index 98e6c7bb..6856aac1 100644
--- a/include/osmocom/gsm/bts_features.h
+++ b/include/osmocom/gsm/bts_features.h
@@ -7,7 +7,7 @@
/* N. B: always add new features to the end of the list (right before _NUM_BTS_FEAT) to avoid breaking compatibility
with BTS compiled against earlier version of this header. Also make sure that the description strings
- gsm_bts_features_descs[] in gsm_data.c are also updated accordingly! */
+ osmo_bts_features_descs[] in gsm_data.c are also updated accordingly! */
enum osmo_bts_features {
BTS_FEAT_HSCSD,
BTS_FEAT_GPRS,