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:
parent
bd62472f76
commit
bd3c1c7dd8
|
@ -24,7 +24,7 @@ struct cbfsf {
|
||||||
struct region_device data;
|
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.*/
|
* error.*/
|
||||||
int cbfs_locate(struct cbfsf *fh, const struct region_device *cbfs,
|
int cbfs_locate(struct cbfsf *fh, const struct region_device *cbfs,
|
||||||
const char *name, uint32_t *type);
|
const char *name, uint32_t *type);
|
||||||
|
|
Loading…
Reference in New Issue