eina_chained_mempool: typo

This commit is contained in:
Jérémy Zurcher 2013-06-12 15:44:40 +02:00
parent efe5fbb780
commit 1d3fd66860
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ eina_chained_mempool_shutdown(void *data)
#ifdef DEBUG
if (p->usage > 0)
INF("Bad news we are destroying not an empty mempool [%s]\n",
INF("Bad news we are destroying a non-empty mempool [%s]\n",
mp->name);
#endif