Skip to content

Commit

Permalink
Correct its (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Nov 24, 2023
1 parent 3260e18 commit 5219fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocs/cpus/errata/amd/1386/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The code first writes a fixed value into `ymm0`, then forces a context switch wi
syscall
```

Now we zero `ymm0`, so it's previous value should be permanently lost. The
Now we zero `ymm0`, so its previous value should be permanently lost. The
method here is not important, `VZEROALL` or loading some other value are all
acceptable.

Expand Down

0 comments on commit 5219fe2

Please sign in to comment.