diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2019-10-24 10:46:49 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-10-24 16:27:47 +0000 |
commit | 5fc8805a71036a4497d8d8c29b5d422200d96643 (patch) | |
tree | c780744141ea30b2124f1610e2fc72d2ceb0177e | |
parent | 0688bce81c2139198aef1d3243df36efa6077918 (diff) | |
download | coreboot-5fc8805a71036a4497d8d8c29b5d422200d96643.tar.xz |
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>
-rw-r--r-- | Documentation/lib/flashmap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lib/flashmap.md b/Documentation/lib/flashmap.md index 5da0e998c9..d3d8bbf6ea 100644 --- a/Documentation/lib/flashmap.md +++ b/Documentation/lib/flashmap.md @@ -17,7 +17,7 @@ something else) should have its own Flashmap section, and everything else should 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: |