From bd3c1c7dd87aea3d9f06ed2cce4268104fae9c95 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Mon, 3 Feb 2020 11:44:18 -0700 Subject: commonlib/cbfs.h: Correct spelling error in comment Signed-off-by: Marshall Dawson Change-Id: Iac3ae21a381119bd0f24f68d4dd991817f2ff51f Reviewed-on: https://review.coreboot.org/c/coreboot/+/38684 Tested-by: build bot (Jenkins) Reviewed-by: Jacob Garber --- src/commonlib/include/commonlib/cbfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commonlib/include/commonlib/cbfs.h b/src/commonlib/include/commonlib/cbfs.h index 470173023e..f5842d9047 100644 --- a/src/commonlib/include/commonlib/cbfs.h +++ b/src/commonlib/include/commonlib/cbfs.h @@ -24,7 +24,7 @@ struct cbfsf { struct region_device data; }; -/* Locate file by name and optional type. Returns 0 on succcess else < 0 on +/* Locate file by name and optional type. Returns 0 on success else < 0 on * error.*/ int cbfs_locate(struct cbfsf *fh, const struct region_device *cbfs, const char *name, uint32_t *type); -- cgit v1.2.3