]> git.lizzy.rs Git - rust.git/blobdiff - src/bin/miri.rs
Fixed nits raised in review.
[rust.git] / src / bin / miri.rs
index 0f1501d5913b20032a73cea78d9a374881ad1467..c1cad6edc0abb6c2078fce52b90f7e007ee7ffd3 100644 (file)
@@ -178,7 +178,7 @@ fn find_sysroot() -> String {
         _ => {
             option_env!("RUST_SYSROOT")
                 .expect(
-                    "could not find sysroot. either set `MIRI_SYSROOT` at run-time, or at \
+                    "could not find sysroot. Either set `MIRI_SYSROOT` at run-time, or at \
                      build-time specify `RUST_SYSROOT` env var or use rustup or multirust",
                 )
                 .to_owned()