Index: arch/ia32/src/boot/memmap.S
===================================================================
--- arch/ia32/src/boot/memmap.S	(revision 299804694cf451bb0e9cafc7a5c0da0d9a9e4e74)
+++ arch/ia32/src/boot/memmap.S	(revision fc9c4e1c3529c0cb24c31aaa8868392570bc9fdf)
@@ -48,5 +48,5 @@
 	
 e820begin:
-	xorl	%ebx,%ebx	#at first call must be ebx==0
+	xorl	%ebx,%ebx	# during first call, ebx must be 0
 	
 	movw	$e820table,%di
@@ -63,5 +63,5 @@
 	
 	
-	cmpl	$E820_SMAP,%eax		# verifiing BIOS
+	cmpl	$E820_SMAP,%eax		# verifying BIOS
 	jne		e820end
 	
@@ -87,3 +87,3 @@
 		 
 e820table:
-	.space  (32*E820_RECORD_SIZE),0 #prostor na 32 zaznamu delky E820_RECORD_SIZE
+	.space  (32*E820_RECORD_SIZE),0 # space for 32 records, each E820_RECORD_SIZE bytes long
