Skip to content

Commit 01edaab

Browse files
committed
a word
1 parent 879bb33 commit 01edaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/miri.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ fn main() {
756756
#[cfg(target_os = "linux")]
757757
if unsafe { miri::native_lib::init_sv() }.is_err() {
758758
eprintln!(
759-
"warning: The native-lib tracer could not be started. Is this a Linux system, and does Miri have permissions to ptrace?\n\
759+
"warning: The native-lib tracer could not be started. Is this an x86 Linux system, and does Miri have permissions to ptrace?\n\
760760
Falling back to non-tracing native-lib mode."
761761
);
762762
}

0 commit comments

Comments
 (0)