Marty E. Plummer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36299 )
Change subject: Documentation: trivial typo fix strcut/struct ......................................................................
Documentation: trivial typo fix strcut/struct
Change-Id: I5e7d8e8a95e5bef23307eb50456a89e0e23c445a Signed-off-by: Marty E. Plummer hanetzer@startmail.com --- M Documentation/lib/flashmap.md 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/36299/1
diff --git a/Documentation/lib/flashmap.md b/Documentation/lib/flashmap.md index 5da0e99..d3d8bbf 100644 --- a/Documentation/lib/flashmap.md +++ b/Documentation/lib/flashmap.md @@ -17,7 +17,7 @@ normally go into CBFS.
The Flashmap itself starts with a header `struct fmap` and followed by a list of -section descriptions in `strcut fmap_area`. +section descriptions in `struct fmap_area`.
### Header The header `struct fmap` has following fields:
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36299 )
Change subject: Documentation: trivial typo fix strcut/struct ......................................................................
Patch Set 1: Code-Review+2
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36299 )
Change subject: Documentation: trivial typo fix strcut/struct ......................................................................
Documentation: trivial typo fix strcut/struct
Change-Id: I5e7d8e8a95e5bef23307eb50456a89e0e23c445a Signed-off-by: Marty E. Plummer hanetzer@startmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/36299 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Held felix-coreboot@felixheld.de --- M Documentation/lib/flashmap.md 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
diff --git a/Documentation/lib/flashmap.md b/Documentation/lib/flashmap.md index 5da0e99..d3d8bbf 100644 --- a/Documentation/lib/flashmap.md +++ b/Documentation/lib/flashmap.md @@ -17,7 +17,7 @@ normally go into CBFS.
The Flashmap itself starts with a header `struct fmap` and followed by a list of -section descriptions in `strcut fmap_area`. +section descriptions in `struct fmap_area`.
### Header The header `struct fmap` has following fields: