diff options
author | Stefan Weil | 2012-04-07 09:23:39 +0200 |
---|---|---|
committer | Blue Swirl | 2012-04-07 16:00:45 +0200 |
commit | 5cbdb3a34bce4ee64dd203cfd74979409fa3d51e (patch) | |
tree | 4b59207391a065bd438f3c30219ec562c4ec80de /hw/pc.c | |
parent | Replace Qemu by QEMU in w32 installation path (prefix) (diff) | |
download | qemu-5cbdb3a34bce4ee64dd203cfd74979409fa3d51e.tar.gz qemu-5cbdb3a34bce4ee64dd203cfd74979409fa3d51e.tar.xz qemu-5cbdb3a34bce4ee64dd203cfd74979409fa3d51e.zip |
Replace Qemu by QEMU in comments
The official spelling is QEMU.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
[blauwirbel@gmail.com: fixed comment style in hw/sun4m.c]
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pc.c')
-rw-r--r-- | hw/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -776,7 +776,7 @@ static void load_linux(void *fw_cfg, } /* loader type */ - /* High nybble = B reserved for Qemu; low nybble is revision number. + /* High nybble = B reserved for QEMU; low nybble is revision number. If this code is substantially changed, you may want to consider incrementing the revision. */ if (protocol >= 0x200) |