Fix a typo

Change-Id: I508274a1a466651025c488ad897aeed739e4b799
This commit is contained in:
Oliver Smith 2024-02-19 14:33:13 +01:00
parent 8d976444b8
commit f3d541e353
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ int apn_start(struct apn_ctx *apn)
}
LOGPAPN(LOGL_INFO, apn, "Opened TUN device %s\n", apn->tun.tun->devname);
/* Register with libosmcoore */
/* Register with libosmocore */
osmo_fd_setup(&apn->tun.fd, apn->tun.tun->fd, OSMO_FD_READ, ggsn_tun_fd_cb, apn, 0);
osmo_fd_register(&apn->tun.fd);