aboutsummaryrefslogtreecommitdiff
path: root/include/efi.h
diff options
context:
space:
mode:
authorHeinrich Schuchardt2021-12-21 09:09:48 +0100
committerHeinrich Schuchardt2021-12-31 06:44:26 +0100
commit40e5b53ea0dc67cdff3e6e7d8cac7b258a9d885b (patch)
tree76aa761eced9ea140185964299fa02df6b4b402c /include/efi.h
parent111a8b57354bb5aff55635502a0cdf74cb63e835 (diff)
efi: fix typo in description of struct efi_entry_hdr
Add missing colon. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
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 0ec5913ddd1..1432038838a 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