summaryrefslogtreecommitdiffstats
path: root/Documentation/lib
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2019-10-24 10:46:49 -0500
committerFelix Held <felix-coreboot@felixheld.de>2019-10-24 16:27:47 +0000
commit5fc8805a71036a4497d8d8c29b5d422200d96643 (patch)
treec780744141ea30b2124f1610e2fc72d2ceb0177e /Documentation/lib
parent0688bce81c2139198aef1d3243df36efa6077918 (diff)
downloadcoreboot-5fc8805a71036a4497d8d8c29b5d422200d96643.tar.gz
coreboot-5fc8805a71036a4497d8d8c29b5d422200d96643.tar.bz2
coreboot-5fc8805a71036a4497d8d8c29b5d422200d96643.zip
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>
Diffstat (limited to 'Documentation/lib')
-rw-r--r--Documentation/lib/flashmap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lib/flashmap.md b/Documentation/lib/flashmap.md
index 5da0e998c954..d3d8bbf6ea21 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: