summaryrefslogtreecommitdiffstats
path: root/Documentation/getting_started/architecture.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/getting_started/architecture.md')
-rw-r--r--Documentation/getting_started/architecture.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/getting_started/architecture.md b/Documentation/getting_started/architecture.md
index 8d63ac2c75e5..09fb96031fd9 100644
--- a/Documentation/getting_started/architecture.md
+++ b/Documentation/getting_started/architecture.md
@@ -41,7 +41,7 @@ The bootblock loads the romstage or the verstage if verified boot is enabled.
### Cache-As-Ram
The *Cache-As-Ram*, also called Non-Eviction mode, or *CAR* allows to use the
-CPU cache like regular SRAM. This is particullary usefull for high level
+CPU cache like regular SRAM. This is particullary useful for high level
languages like `C`, which need RAM for heap and stack.
The CAR needs to be activated using vendor specific CPU instructions.
@@ -85,7 +85,7 @@ The ramstage does the main device init:
* CPU init (like set up SMM)
After initialization tables are written to inform the payload or operating system
-about the current hardware existance and state. That includes:
+about the current hardware existence and state. That includes:
* ACPI tables (x86 specific)
* SMBIOS tables (x86 specific)