]> Git Repo - u-boot.git/commitdiff
cmd: bootmenu typo 'read'
authorHeinrich Schuchardt <[email protected]>
Sat, 23 Nov 2024 09:04:03 +0000 (10:04 +0100)
committerHeinrich Schuchardt <[email protected]>
Tue, 24 Dec 2024 16:01:57 +0000 (17:01 +0100)
%s/read/reads/

Signed-off-by: Heinrich Schuchardt <[email protected]>
cmd/bootmenu.c

index ffa63a4628da102c5579bc93bea8870a57d639bf..b633aedf011b84c75301058a9ed1a05f804169c7 100644 (file)
@@ -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
This page took 0.033257 seconds and 4 git commands to generate.