Merge pull request #15 from joseprous/typo

typo
This commit is contained in:
James Gregory 2015-09-15 13:34:00 +10:00
commit 2426d214b6

View file

@ -237,7 +237,7 @@ contention. Such operations, as in
```nasm
mov eax,edx ;U-pipe cycle 1
sub edx,edxX ;V-pipe cycle 1
sub edx,edx ;V-pipe cycle 1
```
are free of charge.