summaryrefslogtreecommitdiff
path: root/Documentation/releases
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2021-10-01 14:10:19 -0600
committerMartin Roth <martinroth@google.com>2021-10-05 18:06:24 +0000
commit6c3ece9c9ef73db5c0e02cc5a41c98f46b86c3e9 (patch)
tree23a804c556938f20002a2727ac62495a9bb982fe /Documentation/releases
parentd4c55353e044e157994eaf15b78103a9473e5440 (diff)
Documentation: Fix spelling errors
These issues were found and fixed by codespell, a useful tool for finding spelling errors. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: If2a8e97911420c19e9365d5c28810b998f2c2ac8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58078 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/releases')
-rw-r--r--Documentation/releases/coreboot-4.13-relnotes.md2
-rw-r--r--Documentation/releases/coreboot-4.3-relnotes.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/releases/coreboot-4.13-relnotes.md b/Documentation/releases/coreboot-4.13-relnotes.md
index 971d438ee0..600bf67433 100644
--- a/Documentation/releases/coreboot-4.13-relnotes.md
+++ b/Documentation/releases/coreboot-4.13-relnotes.md
@@ -200,7 +200,7 @@ a bug in the more involved code to query options.
### Resource allocator v4
A new revision of resource allocator v4 is now added to coreboot that supports
-mutiple ranges for allocating resources. Unlike the previous allocator (v3), it does
+multiple ranges for allocating resources. Unlike the previous allocator (v3), it does
not use the topmost available window for allocation. Instead, it uses the first
window within the address space that is available and satisfies the resource request.
This allows utilization of the entire available address space and also allows
diff --git a/Documentation/releases/coreboot-4.3-relnotes.md b/Documentation/releases/coreboot-4.3-relnotes.md
index c33c48a2bd..c0dda6e7b5 100644
--- a/Documentation/releases/coreboot-4.3-relnotes.md
+++ b/Documentation/releases/coreboot-4.3-relnotes.md
@@ -124,7 +124,7 @@ X86
Areas with significant work on updates and fixes
------------------------------------------------
* cpu/amd/model_fxx
-* intel/fsp1_x: Fix timestanps & postcodes, add native CAR & microcode
+* intel/fsp1_x: Fix timestamps & postcodes, add native CAR & microcode
* nb/amd/amdfam10: Add S3, voltage & ACPI, speed fixes & MANY other
changes
* nb/amd/amdmct: Add S3, mem voltage, Fix performance & MANY other