about summary refs log tree commit diff
path: root/src/tools/miri/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/miri/CONTRIBUTING.md')
-rw-r--r--src/tools/miri/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/CONTRIBUTING.md b/src/tools/miri/CONTRIBUTING.md
index 8d965ae8fcb..a88e69115ba 100644
--- a/src/tools/miri/CONTRIBUTING.md
+++ b/src/tools/miri/CONTRIBUTING.md
@@ -38,7 +38,7 @@ for you. If you don't want all of these to happen, you can add individual `.auto
 ## Building and testing Miri
 
 Invoking Miri requires getting a bunch of flags right and setting up a custom
-sysroot with xargo. The `miri` script takes care of that for you. With the
+sysroot. The `miri` script takes care of that for you. With the
 build environment prepared, compiling Miri is just one command away:
 
 ```