Skip to content

Commit 99c0f91

Browse files
fix typo, thanks wesley
Co-authored-by: Wesley Wiser <[email protected]>
1 parent dfdb017 commit 99c0f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-make-fulldeps/issue-97463-abi-param-passing/param_passing.rs

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

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

0 commit comments

Comments
 (0)