summaryrefslogtreecommitdiffstats
path: root/src/commonlib/include/commonlib/coreboot_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib/include/commonlib/coreboot_tables.h')
-rw-r--r--src/commonlib/include/commonlib/coreboot_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/include/commonlib/coreboot_tables.h b/src/commonlib/include/commonlib/coreboot_tables.h
index e3e9468b1cca..d77c5eb26fa8 100644
--- a/src/commonlib/include/commonlib/coreboot_tables.h
+++ b/src/commonlib/include/commonlib/coreboot_tables.h
@@ -528,7 +528,7 @@ struct cmos_checksum {
struct lb_smmstorev2 {
uint32_t tag;
uint32_t size;
- uint32_t num_blocks; /* Number of writeable blocks in SMM */
+ uint32_t num_blocks; /* Number of writable blocks in SMM */
uint32_t block_size; /* Size of a block in byte. Default: 64 KiB */
uint32_t mmap_addr; /* MMIO address of the store for read only access */
uint32_t com_buffer; /* Physical address of the communication buffer */