aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-03-21 10:53:24 +0100
committerHarald Welte <laforge@gnumonks.org>2018-03-22 12:55:41 +0000
commit79745fc0cb8c4c714bd5dd671aca4dc6abfc37dd (patch)
tree0d0dc4caf01c3a2341190bd70a85c2ee80af17ca /include/osmocom/bsc
parent458d8a19c9712efe77b8417c4a0dab8fe764fb91 (diff)
cosmetic: fix typo
Diffstat (limited to 'include/osmocom/bsc')
-rw-r--r--include/osmocom/bsc/gsm_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index 82a5a5129..fa65ab973 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -184,7 +184,7 @@ struct gsm_subscriber_connection {
/* Channel rate flag, FR=1, HR=0, Invalid=-1 */
int full_rate;
- /* Channel mode flage (signaling or voice channel) */
+ /* Channel mode flag (signaling or voice channel) */
enum gsm48_chan_mode chan_mode;
} user_plane;