[PATCH 1/1] cmd: bootmenu typo 'read'
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Sat Nov 23 10:04:03 CET 2024
%s/read/reads/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
cmd/bootmenu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/bootmenu.c b/cmd/bootmenu.c
index ffa63a4628d..b633aedf011 100644
--- a/cmd/bootmenu.c
+++ b/cmd/bootmenu.c
@@ -239,7 +239,7 @@ static int prepare_bootmenu_entry(struct bootmenu_data *menu,
/**
* prepare_uefi_bootorder_entry() - generate the uefi bootmenu entries
*
- * This function read the "BootOrder" UEFI variable
+ * This function reads the "BootOrder" UEFI variable
* and generate the bootmenu entries in the order of "BootOrder".
*
* @menu: pointer to the bootmenu structure
--
2.45.2
More information about the U-Boot
mailing list