pcu_sock: cosmetic: fix typo in a comment message

Change-Id: Ia7e91d803152ac3f2af88f4552fced27f59d8270
This commit is contained in:
Vadim Yanitskiy 2020-02-06 17:20:55 +07:00
parent 8832c2e5d4
commit 3ff1a3c6d5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ int l1if_close_pdch(void *obj);
*/
static struct {
struct osmo_fd conn_bfd; /* fd for connection to lcr */
struct osmo_fd conn_bfd; /* fd for connection to the BTS */
struct osmo_timer_list timer; /* socket connect retry timer */
struct llist_head upqueue; /* queue for sending messages */
} pcu_sock_state;