aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-24 20:34:38 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-12-25 00:46:12 +0100
commite045da02613850aa1beff73516644834fcbc26f8 (patch)
treed91072e22b8187f82ebddc269cc687b2c57738a3
parent1e9f4f5432fff3ff96d23b16252dd865b9e7aa62 (diff)
cosmetic: context_map_tmr_cb(): fix comment
-rw-r--r--src/context_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context_map.c b/src/context_map.c
index dca276a..dc555bf 100644
--- a/src/context_map.c
+++ b/src/context_map.c
@@ -157,7 +157,7 @@ static void context_map_tmr_cb(void *data)
map->state = MAP_S_RESERVED2;
break;
case MAP_S_RESERVED2:
- /* first time we see this reserved
+ /* second time we see this reserved
* entry: remove it */
map->state = MAP_S_NULL;
llist_del(&map->cn_list);