We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3cafa commit e5b9bc0Copy full SHA for e5b9bc0
libc-test/build.rs
@@ -506,7 +506,7 @@ fn test_openbsd(target: &str) {
506
// https://marc.info/?l=openbsd-cvs&m=154723400730318
507
"mincore" => true,
508
509
- // futex() has volative arguments, but that doesn't exist in Rust.
+ // futex() has volatile arguments, but that doesn't exist in Rust.
510
"futex" => true,
511
512
_ => false,
0 commit comments