projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
591cf2e
)
efi_loader: fix typo in include/efi.h
author
Heinrich Schuchardt
<
[email protected]
>
Mon, 18 Sep 2017 05:54:50 +0000
(07:54 +0200)
committer
Alexander Graf
<
[email protected]
>
Mon, 18 Sep 2017 21:53:56 +0000
(23:53 +0200)
Fix typo in teh EFI_BOOT_SERVICES_CODE description.
Signed-off-by: Heinrich Schuchardt <
[email protected]
>
Signed-off-by: Alexander Graf <
[email protected]
>
include/efi.h
patch
|
blob
|
history
diff --git
a/include/efi.h
b/include/efi.h
index 02b78b31b129928446ff1f71297b5d2b8e7e2eb3..1bc22ccdf88c430d7ffb6c29a0b0e4979e4cde5a 100644
(file)
--- 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 Serv
ic
es Driver and
* the default data allocation type used by a Boot Services
* Driver to allocate pool memory.
*/