Corrected typos in arch/arm/include/asm/efi.h and kernel/trace/rv/Kconfig files

This commit is contained in:
Clement 2024-06-20 14:54:24 +02:00
parent e5b3efbe1a
commit 8b7d7a8491
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ void efi_virtmap_unload(void);
/*
* A reasonable upper bound for the uncompressed kernel size is 32 MBytes,
* so we will reserve that amount of memory. We have no easy way to tell what
* the actuall size of code + data the uncompressed kernel will use.
* the actual size of code + data the uncompressed kernel will use.
* If this is insufficient, the decompressor will relocate itself out of the
* way before performing the decompression.
*/

View File

@ -45,7 +45,7 @@ config RV_MON_WWNR
help
Enable wwnr (wakeup while not running) sample monitor, this is a
sample monitor that illustrates the usage of per-task monitor.
The model is borken on purpose: it serves to test reactors.
The model is broken on purpose: it serves to test reactors.
For further information, see:
Documentation/trace/rv/monitor_wwnr.rst