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

Heinrich Schuchardt xypron.glpk at gmx.de
Mon Sep 18 05:54:50 UTC 2017


Fix typo in teh EFI_BOOT_SERVICES_CODE description.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at 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



More information about the U-Boot mailing list