Correct the comment.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-04-02 20:10:58 +02:00
parent 66a7e957c9
commit fb50d8de25
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -2736,7 +2736,7 @@ static sxi32 VmByteCodeExec(
} else {
SyStringInitFromBuf(&sName, pInstr->p3, SyStrlen((const char *)pInstr->p3));
}
/* Extract the desired variable and if not available dynamically create it */
/* Extract the desired variable if available */
pObj = VmExtractMemObj(&(*pVm), &sName, pInstr->p3 ? FALSE : TRUE, FALSE);
if(pObj == 0) {
PH7_VmThrowError(&(*pVm), PH7_CTX_ERR,