diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-10-20 22:42:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-20 22:42:40 +0200 |
| commit | 1d97a58820af72e11cb645519feace3eabee81db (patch) | |
| tree | 9ca7e268adfe6185040471c72687b8119e688b36 | |
| parent | 5bf18adaa235fe1df34d9d0d5a976a7ef03e446e (diff) | |
| parent | ed1f02bcb5294d8449fcd189f25a30ea29727172 (diff) | |
| download | rust-1d97a58820af72e11cb645519feace3eabee81db.tar.gz rust-1d97a58820af72e11cb645519feace3eabee81db.zip | |
Rollup merge of #103297 - catandcoder:master, r=JohnTitor
fix typo
| -rw-r--r-- | src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md b/src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md index 507631cdc54..432e0cfc960 100644 --- a/src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md +++ b/src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md @@ -1,7 +1,7 @@ # armeb-unknown-linux-gnueabi **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 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). |
