cosmetic: gprs_pcu.h: Fix typo in comment

Change-Id: I7140decb50e822bf412fa380dc8b6ef6486a5681
This commit is contained in:
Pau Espin 2021-11-11 14:11:32 +01:00
parent 7eb9e69506
commit dbdf84eaff
1 changed files with 1 additions and 1 deletions

View File

@ -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;