aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-11-11 14:11:32 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-11-11 14:11:40 +0100
commitdbdf84eaffa158fa31ffc4f68598dc80de89ffdd (patch)
tree670abc1e84c322a4a4121558ef316660ae81ef3d
parent7eb9e69506b3a4ca6e8d20c72e4da22248353ba3 (diff)
cosmetic: gprs_pcu.h: Fix typo in comment
-rw-r--r--src/gprs_pcu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_pcu.h b/src/gprs_pcu.h
index 86fe8eb4..fdcf5f7a 100644
--- a/src/gprs_pcu.h
+++ b/src/gprs_pcu.h
@@ -118,7 +118,7 @@ struct gprs_pcu {
struct gsmtap_inst *gsmtap;
uint32_t gsmtap_categ_mask;
- struct llist_head bts_list; /* list of gprs_rlcmac_tbf */
+ struct llist_head bts_list; /* list of gprs_rlcmac_bts */
struct gprs_ns2_inst *nsi;