summaryrefslogtreecommitdiffstats
path: root/Documentation/security/vboot/measured_boot.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/security/vboot/measured_boot.md')
-rw-r--r--Documentation/security/vboot/measured_boot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/security/vboot/measured_boot.md b/Documentation/security/vboot/measured_boot.md
index df4cc680086b..adfae46d60cb 100644
--- a/Documentation/security/vboot/measured_boot.md
+++ b/Documentation/security/vboot/measured_boot.md
@@ -9,7 +9,7 @@ The "Initial Boot Block" or "Core Root of Trust for Measurement" is the first
code block loaded at reset vector and measured by a DRTM solution.
In case SRTM mode is active, the IBB measures itself before measuring the next
code block. In coreboot, cbfs files which are part of the IBB are identified
-by a metatdata tag. This makes it possible to have platform specific IBB
+by a metadata tag. This makes it possible to have platform specific IBB
measurements without hardcoding them.
## Known Limitations