From a1de225a7a01f69b22f5c9f2318bf6ab31c86555 Mon Sep 17 00:00:00 2001 From: VVWVV Date: Sat, 21 Jan 2017 21:42:07 +0300 Subject: [PATCH] Fix typo in comment Signed-off-by: VVWVV --- source/compiler/sc2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compiler/sc2.c b/source/compiler/sc2.c index cff0691..7eecd3e 100644 --- a/source/compiler/sc2.c +++ b/source/compiler/sc2.c @@ -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;