Skip to content

Commit 4d9eafe

Browse files
committed
fix some old typos
1 parent a3a2a47 commit 4d9eafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,10 @@ environment variable. We first document the most relevant and most commonly used
278278
cannot be accessed by the program. Can be used multiple times to exclude several variables. The
279279
`TERM` environment variable is excluded by default to [speed up the test
280280
harness](https://github.com/rust-lang/miri/issues/1702). This has no effect unless
281-
`-Zmiri-disable-validation` is also set.
281+
`-Zmiri-disable-isolation` is also set.
282282
* `-Zmiri-env-forward=<var>` forwards the `var` environment variable to the interpreted program. Can
283283
be used multiple times to forward several variables. This has no effect if
284-
`-Zmiri-disable-validation` is set.
284+
`-Zmiri-disable-isolation` is set.
285285
* `-Zmiri-ignore-leaks` disables the memory leak checker, and also allows some
286286
remaining threads to exist when the main thread exits.
287287
* `-Zmiri-seed=<hex>` configures the seed of the RNG that Miri uses to resolve

0 commit comments

Comments
 (0)