diff options
author | Stefan Weil | 2012-04-07 09:23:37 +0200 |
---|---|---|
committer | Blue Swirl | 2012-04-07 15:58:25 +0200 |
commit | 6576b74b0ba068f252cc23c5a541c59621270483 (patch) | |
tree | 47510209823790c319e808436efbe74cb9c55a7b /CODING_STYLE | |
parent | Replace Qemu by QEMU in user visible documentation (diff) | |
download | qemu-6576b74b0ba068f252cc23c5a541c59621270483.tar.gz qemu-6576b74b0ba068f252cc23c5a541c59621270483.tar.xz qemu-6576b74b0ba068f252cc23c5a541c59621270483.zip |
Replace Qemu by QEMU in internal documentation
The official spelling is QEMU.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'CODING_STYLE')
-rw-r--r-- | CODING_STYLE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STYLE b/CODING_STYLE index 7c82d4d0af..dcbce28a27 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -1,4 +1,4 @@ -Qemu Coding Style +QEMU Coding Style ================= Please use the script checkpatch.pl in the scripts directory to check |