Skip to content

Commit a04e552

Browse files
committed
Auto merge of #854 - cramertj:fuchsia-typo, r=alexcrichton
Fix Fuchsia typos
2 parents 9d8c290 + 5e9c614 commit a04e552

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/fuchsia/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,6 @@ s! {
344344
pub struct sockaddr_storage {
345345
pub ss_family: sa_family_t,
346346
__ss_align: ::size_t,
347-
__ss_pad2: [u8; 128 - 2 * 4],
348-
#[cfg(target_pointer_width = "64")]
349347
__ss_pad2: [u8; 128 - 2 * 8],
350348
}
351349

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ cfg_if! {
286286
} else if #[cfg(target_os = "redox")] {
287287
mod redox;
288288
pub use redox::*;
289-
} else if #[cfg(target_os = "fuchisa")] {
289+
} else if #[cfg(target_os = "fuchsia")] {
290290
mod fuchsia;
291291
pub use fuchsia::*;
292292
} else if #[cfg(unix)] {

0 commit comments

Comments
 (0)