From 93f042da4c07999357b938543bbad7c696251506 Mon Sep 17 00:00:00 2001 From: Jacob Krall Date: Sun, 25 Oct 2015 23:51:55 -0400 Subject: [PATCH] typo --- _posts/2015-08-18-multiboot-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-08-18-multiboot-kernel.md b/_posts/2015-08-18-multiboot-kernel.md index 80013485..f04396a5 100644 --- a/_posts/2015-08-18-multiboot-kernel.md +++ b/_posts/2015-08-18-multiboot-kernel.md @@ -186,7 +186,7 @@ isofiles └── kernel.bin ``` -The `grub.cfg` specifies the file name of our kernel and it's Multiboot 2 compliance. It looks like this: +The `grub.cfg` specifies the file name of our kernel and its Multiboot 2 compliance. It looks like this: ``` set timeout=0