diff --git a/boot.s b/boot.s
index d508bc9d3fe202c5371a7de1252d9fe137b94c8b..786f4f0b4b54a60d397fdc53ff0a7f117a256fd0 100644
--- a/boot.s
+++ b/boot.s
@@ -66,7 +66,7 @@ _start:
 	# to disable interrupts, the halt instruction ('hlt') to stop the CPU until
 	# the next interrupt arrives, and jumping to the halt instruction if it ever
 	# continues execution, just to be safe. We will create a local label rather
-	# than real symbol and jump to there endlessly.
+	# than real symbol and jump to there endlessly. 
 	cli
 	hlt
 .Lhang: