Skip to content
Snippets Groups Projects
Commit 29f1a367 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Alexander Graf
Browse files

efi_loader: fix typo in include/efi.h


Fix typo in teh EFI_BOOT_SERVICES_CODE description.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 591cf2e1
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ enum efi_mem_type { ...@@ -116,7 +116,7 @@ enum efi_mem_type {
/* The code portions of a loaded Boot Services Driver */ /* The code portions of a loaded Boot Services Driver */
EFI_BOOT_SERVICES_CODE, 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 * the default data allocation type used by a Boot Services
* Driver to allocate pool memory. * Driver to allocate pool memory.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment