From: Heinrich Schuchardt Date: Mon, 18 Sep 2017 05:54:50 +0000 (+0200) Subject: efi_loader: fix typo in include/efi.h X-Git-Tag: v2017.11-rc1~4^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29f1a3670e25d4778c1a066ae2a90186e6ce8e95;p=platform%2Fkernel%2Fu-boot.git efi_loader: fix typo in include/efi.h Fix typo in teh EFI_BOOT_SERVICES_CODE description. Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- diff --git a/include/efi.h b/include/efi.h index 02b78b3..1bc22cc 100644 --- a/include/efi.h +++ b/include/efi.h @@ -116,7 +116,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. */