Skip to content

Commit 64614cf

Browse files
de-vri-essdroege
andauthored
Fix typo in src/unix/linux_like/android/b32/x86/mod.rs
Co-authored-by: Sebastian Dröge <[email protected]>
1 parent a4c05bf commit 64614cf

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/android/b32/x86

1 file changed

+1
-1
lines changed

src/unix/linux_like/android/b32/x86/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ f! {
582582
// exposed by the libc. As work-around, we implement it as raw syscall.
583583
// Note that for x86, the `accept4` syscall is not available either,
584584
// and we must use the `socketcall` syscall instead.
585-
// This workaround can be removed if the minimum Andoird version is bumped.
585+
// This workaround can be removed if the minimum Android version is bumped.
586586
// When the workaround is removed, `accept4` can be moved back
587587
// to `linux_like/mod.rs`
588588
pub fn accept4(

0 commit comments

Comments
 (0)