]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: incompatibility
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 26 Aug 2024 18:36:52 +0000 (14:36 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 27 Aug 2024 12:22:02 +0000 (08:22 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
CODE_COVERAGE.md

index 778928b7bca2b62ec8a38202158cec67df2f6d8f..3eec37d953d33adc0589f8cd38b347e7effbd47d 100644 (file)
@@ -20,7 +20,7 @@ This approach generates `.gcno` files during the compilation, which are stored a
 * Every invocation of a program updates the `.gcda` files corresponding to the code that has been executed. It will append to existing `.gcda` files, but only process can update a given file so parallel execution will result in corrupted data.
 * Writing to each `.gcda` might take a while for large programs, and has been known to slow down execution quite a lot.
 * Accurate reporting of lines and branches may be problematic when optimizations are enabled, so it is advised to disable optimizations to get useful analysis.
-* Note that the `.gcda` files produced by `clang++` are not fully compatible with the `g++` ones, and with the existing tools, but [`llvm-cov gcov`](https://llvm.org/docs/CommandGuide/llvm-cov.html#llvm-cov-gcov) can produce `.gcov` files that should be compatible. A symptom of this incompatiblity looks like this:
+* Note that the `.gcda` files produced by `clang++` are not fully compatible with the `g++` ones, and with the existing tools, but [`llvm-cov gcov`](https://llvm.org/docs/CommandGuide/llvm-cov.html#llvm-cov-gcov) can produce `.gcov` files that should be compatible. A symptom of this incompatibility looks like this:
 
 ```
 Processing pdns/ednssubnet.gcda