summaryrefslogtreecommitdiffstats
path: root/CODING_STYLE
diff options
context:
space:
mode:
authorJonathan Neuschäfer2016-09-30 02:04:28 +0200
committerMichael Tokarev2016-10-08 10:25:29 +0200
commit56bef8511a576deef32d3e763b993b5001015c2d (patch)
tree5dafb297cc0bc89549e83e118287e7f368a0d809 /CODING_STYLE
parentbitmap: refine and move BITMAP_{FIRST/LAST}_WORD_MASK (diff)
downloadqemu-56bef8511a576deef32d3e763b993b5001015c2d.tar.gz
qemu-56bef8511a576deef32d3e763b993b5001015c2d.tar.xz
qemu-56bef8511a576deef32d3e763b993b5001015c2d.zip
CODING_STYLE: Fix a typo ("have" vs. "has")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'CODING_STYLE')
-rw-r--r--CODING_STYLE2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STYLE b/CODING_STYLE
index e7fde15003..f53180bf3f 100644
--- a/CODING_STYLE
+++ b/CODING_STYLE
@@ -9,7 +9,7 @@ patches before submitting.
Of course, the most important aspect in any coding style is whitespace.
Crusty old coders who have trouble spotting the glasses on their noses
can tell the difference between a tab and eight spaces from a distance
-of approximately fifteen parsecs. Many a flamewar have been fought and
+of approximately fifteen parsecs. Many a flamewar has been fought and
lost on this issue.
QEMU indents are four spaces. Tabs are never used, except in Makefiles