diff --git a/09-32bit-gdt/README.md b/09-32bit-gdt/README.md index c728bf8..799c494 100644 --- a/09-32bit-gdt/README.md +++ b/09-32bit-gdt/README.md @@ -1,6 +1,6 @@ *Concepts you may want to Google beforehand: GDT* -**Goals: program the GDT** +**Goal: program the GDT** Remember segmentation from lesson 6? The offset was left shifted to address an extra level of indirection.