Fix capitalization "CLang" -> "Clang"

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani
2020-11-12 14:57:55 +01:00
parent b3710e9a2a
commit 6c1ad2735a
4 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ some of the existing languages.
The preferred languages at this time are:
- C - for the main libvirt codebase. Dialect supported by
GCC/CLang only.
GCC/Clang only.
- Python - for supporting build scripts / tools. Code must run
with both version 2.7 and 3.x at this time.