Skip to content

Commit

Permalink
Small comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Mar 29, 2012
1 parent 14ade90 commit ee404a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ybc.c
Expand Up @@ -1409,7 +1409,7 @@ static int m_map_cache_get(const struct m_map *const map,
}

/*
* Add the found item in the map cache.
* Add the found item to the map cache.
*/
m_map_add(map_cache, storage, key_digest, &item->payload);
return 1;
Expand Down

0 comments on commit ee404a9

Please sign in to comment.