Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38684 )
Change subject: commonlib/cbfs.h: Correct spelling error in comment ......................................................................
commonlib/cbfs.h: Correct spelling error in comment
Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com Change-Id: Iac3ae21a381119bd0f24f68d4dd991817f2ff51f --- M src/commonlib/include/commonlib/cbfs.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/38684/1
diff --git a/src/commonlib/include/commonlib/cbfs.h b/src/commonlib/include/commonlib/cbfs.h index 4701730..f5842d9 100644 --- a/src/commonlib/include/commonlib/cbfs.h +++ b/src/commonlib/include/commonlib/cbfs.h @@ -24,7 +24,7 @@ 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);