Fix a typo.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-04-05 20:17:44 +02:00
parent 25001ae746
commit a501dea661
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -2513,7 +2513,7 @@ static sxi32 VmByteCodeExec(
/* /*
* LOAD_IDX: P1 P2 * * LOAD_IDX: P1 P2 *
* *
* Load a hasmap entry where it's index (either numeric or string) is taken * Load a hashmap entry where it's index (either numeric or string) is taken
* from the stack. * from the stack.
* If the index does not refer to a valid element,then push the NULL constant * If the index does not refer to a valid element,then push the NULL constant
* instead. * instead.