Skip to content

Commit a2de75a

Browse files
committed
fix typo in comment noted by bjorn3.
1 parent d73614a commit a2de75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/abi/issues/issue-97463-broken-abi-leaked-uninit-data.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() {
1818
let value: u16 = unsafe { issue_97463_leak_uninit_data(r1 as u32, r2 as u32, r3 as u32) };
1919

2020
// NOTE: as an example of the sensitivity of this test to optimization choices,
21-
// uncommenting this block of code makes the bug go away on pnkfeix's machine.
21+
// uncommenting this block of code makes the bug go away on pnkfelix's machine.
2222
// (But observing via `dbg!` doesn't hide the bug. At least sometimes.)
2323
/*
2424
println!("{}", value);

0 commit comments

Comments
 (0)