diff options
-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> |