diff options
| author | Felix S Klock II <pnkfelix@pnkfx.org> | 2022-08-04 10:41:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-04 10:41:47 -0400 |
| commit | 99c0f91a4dd235824c353a11a2e75c462c9bbb74 (patch) | |
| tree | 8cf00d43269a6fd09f6039e09e3e6a97aa3caee4 /src/test | |
| parent | dfdb017a9bb6284f58ff8447cd2a49c778552f62 (diff) | |
| download | rust-99c0f91a4dd235824c353a11a2e75c462c9bbb74.tar.gz rust-99c0f91a4dd235824c353a11a2e75c462c9bbb74.zip | |
fix typo, thanks wesley
Co-authored-by: Wesley Wiser <wwiser@gmail.com>
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-make-fulldeps/issue-97463-abi-param-passing/param_passing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make-fulldeps/issue-97463-abi-param-passing/param_passing.rs b/src/test/run-make-fulldeps/issue-97463-abi-param-passing/param_passing.rs index b4744a3b96e..c11f3cc72bd 100644 --- a/src/test/run-make-fulldeps/issue-97463-abi-param-passing/param_passing.rs +++ b/src/test/run-make-fulldeps/issue-97463-abi-param-passing/param_passing.rs @@ -17,7 +17,7 @@ fn main() { 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, - // 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); |
