cmd: bootmenu typo 'read'

%s/read/reads/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
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 @@
 /**
  * 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