aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Gerd Zellweger <mail@gerdzellweger.com> 2019-09-09 22:01:24 -0700
committerGravatar GitHub <noreply@github.com> 2019-09-09 22:01:24 -0700
commit3bb2dc25a871a992f35b605e128cc7390e0d20bd (patch)
tree7708f02a19a6eeda58b871cb999eaba9499b3c1e
parent19bf229bf8e365b61d2a0e688ba04278e5de6164 (diff)
downloadrust-x86-3bb2dc25a871a992f35b605e128cc7390e0d20bd.tar.gz
rust-x86-3bb2dc25a871a992f35b605e128cc7390e0d20bd.tar.zst
rust-x86-3bb2dc25a871a992f35b605e128cc7390e0d20bd.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1e18bc0..3772b64 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ This library depends on libcore so it can be used in kernel level code.
## Testing
We use two forms of tests for the crate. Regular tests with `#[test]` that run in a ring 3 process
-and `#[x86test]` tests that run in a VM (and therefore grant a privileged execution environment) (see [x86test](https://github.com/gz/rust-x86/tree/master/x86test)).
+and `#[x86test]` tests that run in a VM (and therefore grant a privileged execution environment, see [x86test](https://github.com/gz/rust-x86/tree/master/x86test)).
```
# To execute x86tests run: