osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ggsn/+/36029?usp=email )
Change subject: Fix a typo
......................................................................
Fix a typo
Change-Id: I508274a1a466651025c488ad897aeed739e4b799
---
M ggsn/ggsn.c
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/29/36029/1
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 @@
}
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);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/36029?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I508274a1a466651025c488ad897aeed739e4b799
Gerrit-Change-Number: 36029
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange