From: Heinrich Schuchardt Date: Sat, 23 Nov 2024 09:04:03 +0000 (+0100) Subject: cmd: bootmenu typo 'read' X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=f920257ac295087c55033407733e53961da36c29;p=u-boot.git cmd: bootmenu typo 'read' %s/read/reads/ Signed-off-by: Heinrich Schuchardt --- diff --git a/cmd/bootmenu.c b/cmd/bootmenu.c index ffa63a4628..b633aedf01 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