Skip to content

Commit

Permalink
misc: Fix case Qemu -> QEMU
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
stweil authored and Michael Tokarev committed Feb 15, 2014
1 parent 933b19e commit a63e5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/switch-timer-api
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/i440fx-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a63e5e0

Please sign in to comment.