Skip to content

Commit 1b6cf74

Browse files
committed
Fix typos in rustc doc platform aarch64-unknown-teeos
1 parent f8bda18 commit 1b6cf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/platform-support/aarch64-unknown-teeos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It's very small that there is no RwLock, no network, no stdin, and no file syste
1010
Some abbreviation:
1111
| Abbreviation | The full text | Description |
1212
| ---- | ---- | ---- |
13-
| TEE | Trusted Execution Environment | ARM TrustZone devide the system into two worlds/modes -- the secure world/mode and the normal world/mode. TEE is in the secure world/mode. |
13+
| TEE | Trusted Execution Environment | ARM TrustZone divides the system into two worlds/modes -- the secure world/mode and the normal world/mode. TEE is in the secure world/mode. |
1414
| REE | Rich Execution Environment | The normal world. for example, Linux for Android phone is in REE side. |
1515
| TA | Trusted Application | The app run in TEE side system. |
1616
| CA | Client Application | The progress run in REE side system. |

0 commit comments

Comments
 (0)