aboutsummaryrefslogtreecommitdiff
path: root/asm.peg
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-14 01:46:05 +1300
committerAndrew Chambers <[email protected]>2021-10-14 01:46:05 +1300
commit0deae83ea5e893b8c79520660b8888b73301fd8c (patch)
treee34fd15a1e4c2f5f91fb5a8d1a078d20d551e117 /asm.peg
parent0cba275ee37015f34ff57bd67b871419955e7ff4 (diff)
Fix typo.
Diffstat (limited to 'asm.peg')
-rw-r--r--asm.peg2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm.peg b/asm.peg
index 3feaadd..97a7bd4 100644
--- a/asm.peg
+++ b/asm.peg
@@ -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; }