We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c05bf commit 64614cfCopy full SHA for 64614cf
src/unix/linux_like/android/b32/x86/mod.rs
@@ -582,7 +582,7 @@ f! {
582
// exposed by the libc. As work-around, we implement it as raw syscall.
583
// Note that for x86, the `accept4` syscall is not available either,
584
// and we must use the `socketcall` syscall instead.
585
- // This workaround can be removed if the minimum Andoird version is bumped.
+ // This workaround can be removed if the minimum Android version is bumped.
586
// When the workaround is removed, `accept4` can be moved back
587
// to `linux_like/mod.rs`
588
pub fn accept4(
0 commit comments