mpool(3): Fix a typo in statistical message
- s/cacheing/caching/ MFC after: 5 days
This commit is contained in:
@@ -455,7 +455,7 @@ mpool_stat(MPOOL *mp)
|
||||
|
||||
(void)fprintf(stderr, "%lu pages in the file\n", mp->npages);
|
||||
(void)fprintf(stderr,
|
||||
"page size %lu, cacheing %lu pages of %lu page max cache\n",
|
||||
"page size %lu, caching %lu pages of %lu page max cache\n",
|
||||
mp->pagesize, mp->curcache, mp->maxcache);
|
||||
(void)fprintf(stderr, "%lu page puts, %lu page gets, %lu page new\n",
|
||||
mp->pageput, mp->pageget, mp->pagenew);
|
||||
|
||||
Reference in New Issue
Block a user