From b84b2fd71c2ea3e452d76ca2a44dde4ecb856c80 Mon Sep 17 00:00:00 2001 From: davidbilge Date: Tue, 19 Mar 2019 09:22:14 +0100 Subject: [PATCH] Fixed typo --- min.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/min.S b/min.S index d54e394..63b3055 100644 --- a/min.S +++ b/min.S @@ -13,7 +13,7 @@ cli * The program might work on QEMU without this, but fail on real hardware: * http://stackoverflow.com/questions/32508919/how-to-produce-a-minimal-bios-hello-world-boot-sector-with-gcc-that-works-from-a * - * You cannot write immediates direclty to it, must pass through ax: + * You cannot write immediates directly to it, must pass through ax: * http://stackoverflow.com/questions/19074666/8086-why-cant-we-move-an-immediate-data-into-segment-register */ xor %ax, %ax