]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Rephrase hint about C-style code left in the code base
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 27 Dec 2020 15:22:22 +0000 (16:22 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 27 Dec 2020 15:22:22 +0000 (16:22 +0100)
CONTRIBUTING.md

index b93c70723e68332be0bcc9ae0e8e4cd892e21d4d..3bf043248bc6ddb1036da7eb26ff18db756781b3 100644 (file)
@@ -50,9 +50,9 @@ Here are some hints to make the process smoother:
 ## Code style
 
 Ccache was written in C99 until 2019 when it started being converted to C++11.
-The conversion is a slow work in progress, which is why there is a lot of
-C-style code left. Please refrain from doing large C to C++ conversions; do it
-little by little.
+The conversion is a slow work in progress, which is why there is some C-style
+code left. Please refrain from doing large C to C++ conversions; do it little by
+little.
 
 Source code formatting is defined by `.clang-format` in the root directory. The
 format is loosely based on [LLVM's code formatting