Skip to content

Commit c3cc972

Browse files
authored
Update target.rs
fix typo
1 parent a77c20c commit c3cc972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/stable_mir/src/target.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ impl MachineInfo {
1414
with(|cx| cx.target_info())
1515
}
1616

17-
pub fn target_endianess() -> Endian {
17+
pub fn target_endianness() -> Endian {
1818
with(|cx| cx.target_info().endian)
1919
}
2020

0 commit comments

Comments
 (0)