Dragin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86194?usp=email )
Change subject: Fix typo: "particullary" ......................................................................
Fix typo: "particullary"
Change-Id: I744d214ecbd9cfadbf2dc18fd8e2277bb1ec216d --- M Documentation/getting_started/architecture.md 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/86194/1
diff --git a/Documentation/getting_started/architecture.md b/Documentation/getting_started/architecture.md index 8910d77..1f360d0 100644 --- a/Documentation/getting_started/architecture.md +++ b/Documentation/getting_started/architecture.md @@ -41,7 +41,7 @@
### 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.