misc: Fix case Qemu -> QEMU
authorStefan Weil <sw@weilnetz.de>
Tue, 4 Feb 2014 05:43:09 +0000 (06:43 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 15 Feb 2014 12:10:25 +0000 (16:10 +0400)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
scripts/switch-timer-api
tests/i440fx-test.c

index a369a083d14408014dc9dfea0afeb6eb08eb811a..b0e230b9f1d619ca1b8c411909d5af4b1389c8fe 100755 (executable)
@@ -20,7 +20,7 @@ sub Syntax
     print STDERR <<STOP;
 Usage: $FindBin::Script [options] FILE ...
 
-Translate each FILE to the new Qemu timer API. If no files
+Translate each FILE to the new QEMU timer API. If no files
 are passed, a reasonable guess is taken.
 
 Options:
index fa3e3d6b8769c4bdf580a801a628f98ab291a0dc..bcd2181aca3511146fe6bc1faec139febac80531 100644 (file)
@@ -350,7 +350,7 @@ static void test_i440fx_firmware(FirmwareTestFixture *fixture,
     qtest_start(cmdline);
     g_free(cmdline);
 
-    /* Qemu has loaded the firmware (because qtest_start() only returns after
+    /* QEMU has loaded the firmware (because qtest_start() only returns after
      * the QMP handshake completes). We must unlink the firmware blob right
      * here, because any assertion firing below would leak it in the
      * filesystem. This is also the reason why we recreate the blob every time