1
0
Fork 0

removed typo

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@558 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2008-05-22 03:47:33 +00:00
parent ece92b1cf4
commit 907def1739
1 changed files with 1 additions and 1 deletions

2
mmap.c
View File

@ -198,7 +198,7 @@ static XC_SHM_INIT(xc_mmap_init) /* {{{ */
if (shm->ptr == XCACHE_MAP_FAILED) {
perror(shm->name);
errstr = "Failed creating file mappping";
errstr = "Failed creating file mapping";
shm->ptr = NULL;
goto err;
}