Index: Makefile
===================================================================
--- Makefile	(revision ff9ab1a3eb065857e129dc1be6d44da27e1985a2)
+++ Makefile	(revision d2b98395b419c8106dfd05f271daf2bc240dfa96)
@@ -9,8 +9,8 @@
 CROSS_NM :=		$(CROSS_PRE)-nm
 
-# -mshort sets the size of an int to 16 bits; important for interop with
-# the hand-written assembly language code
-
 FLAGS :=		-Os -m68000 -Wall -Wextra -gdwarf-4
+
+# -mshort sets the size of an int to 16 bits; important for interop with the
+# hand-written assembly language code
 
 FLAGS_COM :=	$(FLAGS) -mshort -std=c99 -fleading-underscore -ffreestanding \
@@ -20,6 +20,6 @@
 				-I include
 
-# the assembly code doesn't preserve registers d2 and a2; don't use them
-# until this is fixed
+# the hand-written assembly language code doesn't preserve d2 and a2; don't use
+# them until this is fixed
 
 FLAGS_COM +=	-ffixed-d2 -ffixed-a2
