]> Git Repo - qemu.git/blobdiff - hw/ps2.c
Move qemu_irq typedef out of qemu-common.h
[qemu.git] / hw / ps2.c
index b1a67bc62587fc1fd14cd9e585ce1a92bb47728f..f93cd24d94d5cfa7026c85747bd5c49c57cd891a 100644 (file)
--- a/hw/ps2.c
+++ b/hw/ps2.c
@@ -88,7 +88,7 @@ typedef struct {
 typedef struct {
     PS2State common;
     int scan_enabled;
-    /* Qemu uses translated PC scancodes internally.  To avoid multiple
+    /* QEMU uses translated PC scancodes internally.  To avoid multiple
        conversions we do the translation (if any) in the PS/2 emulation
        not the keyboard controller.  */
     int translate;
This page took 0.025478 seconds and 4 git commands to generate.