Rollup merge of #103297 - catandcoder:master, r=JohnTitor

fix typo
This commit is contained in:
Matthias Krüger 2022-10-20 22:42:40 +02:00 committed by GitHub
commit 1d97a58820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# armeb-unknown-linux-gnueabi # armeb-unknown-linux-gnueabi
**Tier: 3** **Tier: 3**
Target for cross-compiling Linux user-mode applications targetting the ARM BE8 architecture. Target for cross-compiling Linux user-mode applications targeting the ARM BE8 architecture.
## Overview ## Overview
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). 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).