fix typo, thanks wesley

Co-authored-by: Wesley Wiser <wwiser@gmail.com>
This commit is contained in:
Felix S Klock II 2022-08-04 10:41:47 -04:00 committed by GitHub
parent dfdb017a9b
commit 99c0f91a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ fn main() {
let value: u16 = unsafe { c_read_value(r1 as u32, r2 as u32, r3 as u32) }; let value: u16 = unsafe { c_read_value(r1 as u32, r2 as u32, r3 as u32) };
// NOTE: as an example of the sensitivity of this test to optimization choices, // NOTE: as an example of the sensitivity of this test to optimization choices,
// uncommenting this block of code makes the bug go away on pnkfeix's machine. // uncommenting this block of code makes the bug go away on pnkfelix's machine.
// (But observing via `dbg!` doesn't hide the bug. At least sometimes.) // (But observing via `dbg!` doesn't hide the bug. At least sometimes.)
/* /*
println!("{}", value); println!("{}", value);