From 8215c4e98415e84e44541e9801d1734641844e9c Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 30 Aug 2018 12:15:48 +0200 Subject: [PATCH] Correct comment. --- include/ph7int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ph7int.h b/include/ph7int.h index 30ed80d..f0c411b 100644 --- a/include/ph7int.h +++ b/include/ph7int.h @@ -1200,7 +1200,7 @@ struct ph7_vm { SyMutex *pMutex; /* Recursive mutex associated with VM. */ #endif ph7 *pEngine; /* Interpreter that own this VM */ - SySet aInstrSet; /* Instructions debug container */ + SySet aInstrSet; /* Instructions debugging container */ SySet aByteCode; /* Default bytecode container */ SySet *pByteContainer; /* Current bytecode container */ VmFrame *pFrame; /* Stack of active frames */