aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.c
diff options
context:
space:
mode:
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);
}