cosmetic: context_map_tmr_cb(): fix comment

Change-Id: I4dd07a4d09d3cd4dc2a08e42ee48344967e5e3a6
This commit is contained in:
Neels Hofmeyr 2017-12-24 20:34:38 +01:00
parent 1e9f4f5432
commit e045da0261
1 changed files with 1 additions and 1 deletions

View File

@ -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);