diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-01 00:46:40 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-01 00:46:40 +0300 |
commit | fc151aec0f4e92795ed6bc41e71109a99bcbffbe (patch) | |
tree | d3af063aa6b376735eb62fd42e40b37d02619ff8 /Lesson_26/README.md | |
parent | 3c4886410f035ecf7f1d9d2881be6ec37a0af623 (diff) | |
download | UEFI-Lessons-fc151aec0f4e92795ed6bc41e71109a99bcbffbe.tar.gz UEFI-Lessons-fc151aec0f4e92795ed6bc41e71109a99bcbffbe.tar.bz2 UEFI-Lessons-fc151aec0f4e92795ed6bc41e71109a99bcbffbe.zip |
Fix text
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lesson_26/README.md')
-rw-r--r-- | Lesson_26/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lesson_26/README.md b/Lesson_26/README.md index 16cbc45..255d139 100644 --- a/Lesson_26/README.md +++ b/Lesson_26/README.md @@ -54,7 +54,7 @@ typedef struct{ ``` -Let's create a simple program `ShowTables` to look at tables available at OVMF: +Let's create a simple program `ShowTables` to look at tables referenced by this structure in OVMF: ``` #include <Library/UefiBootServicesTableLib.h> #include <Library/UefiLib.h> |