Skip to content

Commit

Permalink
fix typo in comment noted by bjorn3.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Sep 16, 2022
1 parent d73614a commit a2de75a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fn main() {
let value: u16 = unsafe { issue_97463_leak_uninit_data(r1 as u32, r2 as u32, r3 as u32) };

// 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.)
/*
println!("{}", value);
Expand Down

0 comments on commit a2de75a

Please sign in to comment.