diff options
Diffstat (limited to 'hw/pc.c')
| -rw-r--r-- | hw/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pc.c b/hw/pc.c index 83a1b5b32b..67f0479f40 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -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) |