Skip to content

Commit cc0ff57

Browse files
committed
chore: fix some comments
Signed-off-by: yudrywet <[email protected]>
1 parent e09e003 commit cc0ff57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/linux_raw/vdso_wrappers.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,9 @@ extern "C" {
421421
fn rustix_x86_int_0x80();
422422
}
423423

424-
// This uses `.weak` so that it doesn't conflict if multiple versions of rustix
425-
// are linked in in non-lto builds, and `.ifndef` so that it doesn't conflict
426-
// if multiple versions of rustix are linked in in lto builds.
424+
// This uses `.weak` linkage to avoid conflicts when multiple versions of
425+
// rustix are linked in non-LTO builds, and `.ifndef` to prevent collisions
426+
// when multiple versions are linked in in LTO builds.
427427
#[cfg(target_arch = "x86")]
428428
global_asm!(
429429
r#"

0 commit comments

Comments
 (0)