1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

efi_selftest: fix typos

fix typos
correct the header comment of efi_selftest_variables.c

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
Heinrich Schuchardt
2018-09-27 20:44:40 +02:00
committed by Alexander Graf
parent 9b47f13bdf
commit d8b2216c87
11 changed files with 20 additions and 22 deletions

View File

@@ -16,7 +16,7 @@
static struct efi_boot_services *boottime;
static const char *fdt;
/* This should be sufficent for */
/* This should be sufficient for */
#define BUFFERSIZE 0x100000
static efi_guid_t fdt_guid = EFI_FDT_GUID;