Documentation: Fix typo in 'particularly'
Correct 'particullary' to 'particularly'. Change-Id: I6a4b78db143298b1b60106031fdd5d698ccf1e32 Signed-off-by: Zhaoming Luo <zhml@posteo.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90605 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
parent
331e93cbd2
commit
531c24cd0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue