diff options
| author | Andrew Chambers <[email protected]> | 2021-10-14 01:46:05 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-14 01:46:05 +1300 |
| commit | 0deae83ea5e893b8c79520660b8888b73301fd8c (patch) | |
| tree | e34fd15a1e4c2f5f91fb5a8d1a078d20d551e117 /asm.peg | |
| parent | 0cba275ee37015f34ff57bd67b871419955e7ff4 (diff) | |
Fix typo.
Diffstat (limited to 'asm.peg')
| -rw-r--r-- | asm.peg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ instr = | i:cltd { $$ = i; } | i:cqto { $$ = i; } | i:nop { $$ = i; } - # Floating point is less common, socheck last. + # Floating point is less common, so check last. | i:divsd { $$ = i; } | i:pxor { $$ = i; } | i:xorpd { $$ = i; } |
