aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-09 01:50:25 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-09 01:50:25 +0300
commit7803db085920f1b57f8f6186921674cd394db840 (patch)
treed6e698a3073f392ccf9197eeabb569aa334ab1d3
parent387f9e6fd232b8b44b4610dd75392ec1231e20c8 (diff)
downloadUEFI-Lessons-7803db085920f1b57f8f6186921674cd394db840.tar.gz
UEFI-Lessons-7803db085920f1b57f8f6186921674cd394db840.tar.bz2
UEFI-Lessons-7803db085920f1b57f8f6186921674cd394db840.zip
Fix typo in lesson 33
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r--Lesson_33/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lesson_33/README.md b/Lesson_33/README.md
index 2f0968a..b5b85c5 100644
--- a/Lesson_33/README.md
+++ b/Lesson_33/README.md
@@ -326,7 +326,7 @@ In this Makefile you can see how:
# Code images for different CPU architectures in OptionROM image
-In the intro I've mentioned that PCI device can have various code images for different CPU architectures.
+In the previous lesson I've mentioned that PCI device can have various code images for different CPU architectures.
Check out this guide as an example https://www.workofard.com/2020/12/aarch64-option-roms-for-amd-gpus/