Correct some typos

This commit is contained in:
2018-07-22 19:07:58 +02:00
committed by David Carlier
parent e7b78be8e5
commit ceca007cd1
6 changed files with 21 additions and 21 deletions

View File

@@ -5468,7 +5468,7 @@ static int PH7_builtin_zip_entry_read(ph7_context *pCtx, int nArg, ph7_value **a
zData = (const char *)SyBlobDataAt(&pRaw->raw.sBlob, (pEntry->nOfft + pEntry->nReadCount));
} else {
const char *zMap = (const char *)pRaw->raw.mmap.pMap;
/* Memory mmaped chunk */
/* Memory mapped chunk */
zData = &zMap[pEntry->nOfft + pEntry->nReadCount];
}
/* Increment the read counter */