Capitalize QEMU properly.
[pintos-anon] / src / devices / serial.c
index 92b00ef06eaa67513be6858101f41358b54bb291..f4d0de8114a6818d51730aadedfd116b1570cb40 100644 (file)
@@ -206,7 +206,7 @@ static void
 serial_interrupt (struct intr_frame *f UNUSED) 
 {
   /* Inquire about interrupt in UART.  Without this, we can
-     occasionally miss an interrupt running under qemu. */
+     occasionally miss an interrupt running under QEMU. */
   inb (IIR_REG);
 
   /* As long as we have room to receive a byte, and the hardware