summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2021-12-21 11:09:48 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2021-12-26 08:49:14 +0300
commitcc65faf2a38c6241eefcabf0c68dbde2f04d7cf2 (patch)
tree8719d7a78826ee1ef498006ebd25bfda198614c2
parent734ad933766f0dbbeafe1b27211686940a5e6d16 (diff)
downloadu-boot-cc65faf2a38c6241eefcabf0c68dbde2f04d7cf2.tar.xz
efi: fix typo in description of struct efi_entry_hdr
Add missing colon. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r--include/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi.h b/include/efi.h
index 0ec5913ddd..1432038838 100644
--- a/include/efi.h
+++ b/include/efi.h
@@ -321,7 +321,7 @@ struct efi_info_hdr {
* struct efi_entry_hdr - Header for a table entry
*
* @type: enum eft_entry_t
- * @size size of entry bytes excluding header and padding
+ * @size: size of entry bytes excluding header and padding
* @addr: address of this entry (0 if it follows the header )
* @link: size of entry including header and padding
* @spare1: Spare space for expansion