Skip to content

Commit 1d97a58

Browse files
authored
Rollup merge of #103297 - catandcoder:master, r=JohnTitor
fix typo
2 parents 5bf18ad + ed1f02b commit 1d97a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# armeb-unknown-linux-gnueabi
22
**Tier: 3**
33

4-
Target for cross-compiling Linux user-mode applications targetting the ARM BE8 architecture.
4+
Target for cross-compiling Linux user-mode applications targeting the ARM BE8 architecture.
55

66
## Overview
77
BE8 architecture retains the same little-endian ordered code-stream used by conventional little endian ARM systems, however the data accesses are in big-endian. BE8 is used primarily in high-performance networking applications where the ability to read packets in their native "Network Byte Order" is important (many network protocols transmit data in big-endian byte order for their wire formats).

0 commit comments

Comments
 (0)