diff options
author | Martin Roth <gaumless@gmail.com> | 2023-09-04 15:37:07 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-12-13 10:42:30 +0000 |
commit | 3e25f85d68d10249473d422c4c19dc30ea55e8b0 (patch) | |
tree | 0fb6767dfe8334c455ccd8d3dace51bf02664932 /src/drivers/mrc_cache | |
parent | 3933ed5e5a73898becc80dccc35a58a158f8899e (diff) |
drivers/ipmi to lib: Fix misspellings & capitalization issues
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I926ec4c1c00339209ef656995031026935e52558
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77637
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/mrc_cache')
-rw-r--r-- | src/drivers/mrc_cache/mrc_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/mrc_cache/mrc_cache.c b/src/drivers/mrc_cache/mrc_cache.c index bb560c89bd..17f5fee727 100644 --- a/src/drivers/mrc_cache/mrc_cache.c +++ b/src/drivers/mrc_cache/mrc_cache.c @@ -431,7 +431,7 @@ static void log_event_cache_update(uint8_t slot, enum result res) /* During ramstage this code purposefully uses incoherent transactions between * read and write. The read assumes a memory-mapped boot device that can be used * to quickly locate and compare the up-to-date data. However, when an update - * is required it uses the writeable region access to perform the update. */ + * is required it uses the writable region access to perform the update. */ static void update_mrc_cache_by_type(int type, struct mrc_metadata *new_md, const void *new_data, |