aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-04-20 17:25:59 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2022-04-21 17:03:51 +0400
commit1812a2d366016becbe127879cc1d9504ccd437a0 (patch)
tree1acc6a83f257e7bedb7f791d19b63c8c3a972831 /docs
parenta0e04317f3ef86d7b18ec6e6459d8aa66f787d12 (diff)
downloadqemu-1812a2d366016becbe127879cc1d9504ccd437a0.zip
qemu-1812a2d366016becbe127879cc1d9504ccd437a0.tar.gz
qemu-1812a2d366016becbe127879cc1d9504ccd437a0.tar.bz2
doc/style: CLang -> Clang
It's not the way it is usually written (see https://clang.llvm.org/). Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Damien Hedde <damien.hedde@greensocs.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20220420132624.2439741-17-marcandre.lureau@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/devel/style.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/style.rst b/docs/devel/style.rst
index 9e66d13..7ddd42b 100644
--- a/docs/devel/style.rst
+++ b/docs/devel/style.rst
@@ -522,7 +522,7 @@ documented in the GNU Compiler Collection manual starting at version 4.0.
Automatic memory deallocation
=============================
-QEMU has a mandatory dependency either the GCC or CLang compiler. As
+QEMU has a mandatory dependency on either the GCC or the Clang compiler. As
such it has the freedom to make use of a C language extension for
automatically running a cleanup function when a stack variable goes
out of scope. This can be used to simplify function cleanup paths,