summaryrefslogtreecommitdiff
path: root/include/efi.h
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2017-09-18 07:54:50 +0200
committerAlexander Graf <agraf@suse.de>2017-09-18 23:53:56 +0200
commit29f1a3670e25d4778c1a066ae2a90186e6ce8e95 (patch)
tree733d042fb4f1c47cca8c77e9b2cbb8ceb1e6ce48 /include/efi.h
parent591cf2e1614572552aa952717eb40927aaa471c3 (diff)
downloadu-boot-29f1a3670e25d4778c1a066ae2a90186e6ce8e95.tar.gz
efi_loader: fix typo in include/efi.h
Fix typo in teh EFI_BOOT_SERVICES_CODE description. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/efi.h')
-rw-r--r--include/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi.h b/include/efi.h
index 02b78b31b1..1bc22ccdf8 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.
*/