aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-19 17:54:25 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-19 18:19:30 +0200
commit525a69ef4eb68dcd21dad264d58cffc875d6195f (patch)
tree612aaba84fd1dc8e1bb6d90952fece721101bf54 /src/hnbgw.c
parentbde4d3b3b7b53595c697e9850d02f67e66b2b6cb (diff)
cosmetic: comment typos
Diffstat (limited to 'src/hnbgw.c')
-rw-r--r--src/hnbgw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hnbgw.c b/src/hnbgw.c
index dab1085..09e7a04 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -255,8 +255,8 @@ void hnb_context_release(struct hnb_context *ctx)
/* deactivate all context maps */
llist_for_each_entry_safe(map, map2, &ctx->map_list, hnb_list) {
/* remove it from list, as HNB context will soon be
- * gone. Let's hope the seccond osmo_llist_del in the
- * map garbage collector wors fine? */
+ * gone. Let's hope the second osmo_llist_del in the
+ * map garbage collector works fine? */
llist_del(&map->hnb_list);
context_map_deactivate(map);
}