X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Fserial.c;fp=src%2Fdevices%2Fserial.c;h=f4d0de8114a6818d51730aadedfd116b1570cb40;hb=fd24c2387f5cf1b802e885c7430ba1f1bb852e13;hp=92b00ef06eaa67513be6858101f41358b54bb291;hpb=1f197c6861841bc0c27327c20b85e7b43b65affe;p=pintos-anon diff --git a/src/devices/serial.c b/src/devices/serial.c index 92b00ef..f4d0de8 100644 --- a/src/devices/serial.c +++ b/src/devices/serial.c @@ -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