commonlib/cbfs.h: Correct spelling error in comment

Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Change-Id: Iac3ae21a381119bd0f24f68d4dd991817f2ff51f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38684
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
This commit is contained in:
Marshall Dawson 2020-02-03 11:44:18 -07:00 committed by Patrick Georgi
parent bd62472f76
commit bd3c1c7dd8
1 changed files with 1 additions and 1 deletions

View File

@ -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);