Fix typo in comment

Signed-off-by: VVWVV <d0u61ev@gmail.com>
This commit is contained in:
VVWVV 2017-01-21 21:42:07 +03:00
parent b75c633ad7
commit a1de225a7a

View File

@ -1352,7 +1352,7 @@ static int command(void)
code_idx+=opargs(1);
break;
} else if (current_token==tRATIONAL) {
/* change the first bit to make the number negative */
/* change the first bit to make float negative value */
outval(val | 0x80000000,FALSE);
code_idx+=opargs(1);
break;