From 531c24cd0a53f2b9383af12b9f64c8f63a3e954b Mon Sep 17 00:00:00 2001 From: Zhaoming Luo Date: Mon, 22 Dec 2025 21:36:56 +0800 Subject: [PATCH] Documentation: Fix typo in 'particularly' Correct 'particullary' to 'particularly'. Change-Id: I6a4b78db143298b1b60106031fdd5d698ccf1e32 Signed-off-by: Zhaoming Luo Reviewed-on: https://review.coreboot.org/c/coreboot/+/90605 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- Documentation/getting_started/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/getting_started/architecture.md b/Documentation/getting_started/architecture.md index 8910d775f7..1f360d0486 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 useful for high level +CPU cache like regular SRAM. This is particularly 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.