cmd: bootmenu typo 'read'

%s/read/reads/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt
2024-11-23 10:04:03 +01:00
parent 3391587e3f
commit f920257ac2

View File

@@ -239,7 +239,7 @@ static int prepare_bootmenu_entry(struct bootmenu_data *menu,
/** /**
* prepare_uefi_bootorder_entry() - generate the uefi bootmenu entries * 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". * and generate the bootmenu entries in the order of "BootOrder".
* *
* @menu: pointer to the bootmenu structure * @menu: pointer to the bootmenu structure