Index: kernel/arch/ia32/src/boot/vesa_real.inc
===================================================================
--- kernel/arch/ia32/src/boot/vesa_real.inc	(revision c427578bcf728e54b3faa5b793644ab0bd01f2b0)
+++ kernel/arch/ia32/src/boot/vesa_real.inc	(revision 38c9505b89604cf985448cc6a31261adcb01ff59)
@@ -154,11 +154,12 @@
 	mov $e_vesa_init - vesa_init, %di
 	push %di
-	/* Write "VBE2" signature to info structure in order to get
-	 * proper mode information. The presence of "VBE2" indicates two
-	 * things:
-	 *  - VBE controller information structure is 512 bytes long
-	 *    instead of 256
-	 *  - The BIOS reports VBE 3.0 information (including non-standard
-	 *    modes in mode list)
+	/* Write the "VBE2" signature into the info structure in order
+	 * to get proper mode information. The presence of "VBE2"
+	 * indicates two things:
+	 *
+	 *  - VBE controller information structure is expected to be
+	 *    512 bytes long instead of 256 bytes.
+	 *  - The BIOS should report VBE 3.0 information (potentially
+	 *    including non-standard modes in the mode list).
 	 */
 	movl $0x32454256, (%di)
