aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2024-02-19 14:33:13 +0100
committerOliver Smith <osmith@sysmocom.de>2024-02-21 13:05:56 +0100
commitf3d541e353e6aa59a9333b92a75893395fb1908f (patch)
tree20251bd2a4b744bd2ad935e4dd8512e87f174d46
parent8d976444b816c1ed5a149df9e5b5a99dd2f04463 (diff)
Fix a typo
-rw-r--r--ggsn/ggsn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggsn/ggsn.c b/ggsn/ggsn.c
index 0cde543..918d565 100644
--- a/ggsn/ggsn.c
+++ b/ggsn/ggsn.c
@@ -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);