diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-11-23 10:04:03 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-12-24 17:01:57 +0100 |
commit | f920257ac295087c55033407733e53961da36c29 (patch) | |
tree | d4576e52061383c8bb1f507883ef154d714dec01 | |
parent | 3391587e3fe22db6c71882f652e13543a4501694 (diff) | |
download | u-boot-f920257ac295087c55033407733e53961da36c29.zip u-boot-f920257ac295087c55033407733e53961da36c29.tar.gz u-boot-f920257ac295087c55033407733e53961da36c29.tar.bz2 |
cmd: bootmenu typo 'read'
%s/read/reads/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r-- | cmd/bootmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bootmenu.c b/cmd/bootmenu.c index ffa63a4..b633aed 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 |