[U-Boot] [PATCH 1/1] efi_loader: fix typo in include/efi.h

18 Sep
2017
18 Sep
'17
7:54 a.m.
Fix typo in teh EFI_BOOT_SERVICES_CODE description.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- include/efi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/efi.h b/include/efi.h index 87b0b43f20..63cbdb61ec 100644 --- a/include/efi.h +++ b/include/efi.h @@ -120,7 +120,7 @@ enum efi_mem_type { /* The code portions of a loaded Boot Services Driver */ EFI_BOOT_SERVICES_CODE, /* - * The data portions of a loaded Boot Serves Driver and + * The data portions of a loaded Boot Services Driver and * the default data allocation type used by a Boot Services * Driver to allocate pool memory. */
--
2.11.0
2796
Age (days ago)
2796
Last active (days ago)
0 comments
1 participants
participants (1)
-
Heinrich Schuchardt