diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/smmstore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/smmstore.h b/src/include/smmstore.h index 2c37ca39b9..dfd9336c4d 100644 --- a/src/include/smmstore.h +++ b/src/include/smmstore.h @@ -53,7 +53,7 @@ struct smmstore_params_init { /* * Returns the number of blocks the SMMSTORE supports and their size. - * For EDK2 this should be at least two blocks with 64 KiB each. + * For edk2 this should be at least two blocks with 64 KiB each. * The mmap_addr is set the memory mapped physical address of the SMMSTORE. */ struct smmstore_params_info { |