summaryrefslogtreecommitdiff
path: root/src/lib/region_file.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-08-07 12:20:04 +0200
committerMartin Roth <martinroth@google.com>2018-08-09 15:56:42 +0000
commit1ec76447c0fe3dbbe0a8e3d4762294bf3c7a97f8 (patch)
tree371acaa12e518f16cdef397a18fdc0e5aad74d61 /src/lib/region_file.c
parent08fc8fff255c3aa27362655887a5f5bcd786857c (diff)
downloadcoreboot-1ec76447c0fe3dbbe0a8e3d4762294bf3c7a97f8.tar.xz
src/lib: Fix typo
Change-Id: Ie5bf036a63a254dd95b45a0823086c8079eeafe2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27913 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/lib/region_file.c')
-rw-r--r--src/lib/region_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/region_file.c b/src/lib/region_file.c
index 9d103f2404..e42c2afd1e 100644
--- a/src/lib/region_file.c
+++ b/src/lib/region_file.c
@@ -465,7 +465,7 @@ int region_file_update_data(struct region_file *f, const void *buf, size_t size)
break;
}
- /* No more state changes and data commited. */
+ /* No more state changes and data committed. */
if (f->slot > RF_ONLY_METADATA && prev_slot != f->slot)
break;
}