From 511688b110a38836b811fdc8d7819f9ca24ce1c9 Mon Sep 17 00:00:00 2001 From: Dave Flogeras Date: Thu, 27 Aug 2015 21:49:42 -0300 Subject: [PATCH] Fix typo --- Booting/linux-bootstrap-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-4.md b/Booting/linux-bootstrap-4.md index 7c8d7bd..15039fc 100644 --- a/Booting/linux-bootstrap-4.md +++ b/Booting/linux-bootstrap-4.md @@ -216,7 +216,7 @@ no_longmode: jmp 1b ``` -We set stack, cheked CPU and now can move on the next step. +We set stack, checked CPU and now can move on the next step. Calculate relocation address --------------------------------------------------------------------------------