From 23e3f9d6ed4f841f0c5222a2aa2cb586f2210d95 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 3 Feb 2020 21:07:19 +0100 Subject: src/commonlib: Fix typos Change-Id: Ida1770c5e4b18c536e4943eb9cf862d69196c589 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/38689 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/commonlib/cbfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commonlib/cbfs.c') diff --git a/src/commonlib/cbfs.c b/src/commonlib/cbfs.c index 5c9aacba20..be0de9f6aa 100644 --- a/src/commonlib/cbfs.c +++ b/src/commonlib/cbfs.c @@ -44,7 +44,7 @@ static size_t cbfs_next_offset(const struct region_device *cbfs, if (f == NULL) return 0; - /* The region_device objects store absolute offets over the whole + /* The region_device objects store absolute offsets over the whole * region. Therefore a relative offset needs to be calculated. */ offset = rdev_relative_offset(cbfs, &f->data); offset += region_device_sz(&f->data); -- cgit v1.2.3