From 8b7d7a84917560c145327b6841699b3b621f563a Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 20 Jun 2024 14:54:24 +0200 Subject: [PATCH] Corrected typos in arch/arm/include/asm/efi.h and kernel/trace/rv/Kconfig files --- arch/arm/include/asm/efi.h | 2 +- kernel/trace/rv/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/efi.h b/arch/arm/include/asm/efi.h index e408399d5f0e65..9843a295c10b79 100644 --- a/arch/arm/include/asm/efi.h +++ b/arch/arm/include/asm/efi.h @@ -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. */ diff --git a/kernel/trace/rv/Kconfig b/kernel/trace/rv/Kconfig index 831779607e849f..b76ba1aad0a048 100644 --- a/kernel/trace/rv/Kconfig +++ b/kernel/trace/rv/Kconfig @@ -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