From: Joel Rosdahl Date: Tue, 4 Nov 2025 20:47:43 +0000 (+0100) Subject: docs: Fix typos in news X-Git-Tag: v4.13~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09d5512910ba9cb7b8a1d6480d36fa30227b4447;p=thirdparty%2Fccache.git docs: Fix typos in news --- diff --git a/doc/news.adoc b/doc/news.adoc index 18acd822..82cdd15e 100644 --- a/doc/news.adoc +++ b/doc/news.adoc @@ -3720,8 +3720,8 @@ Release date: 2014-11-17 - Compiler options `-fprofile-generate`, `-fprofile-arcs`, `-fprofile-use` and `-fbranch-probabilities` are now handled without bailing. -- Added support for Clang's `--serialize-diagnostic` option, storing the - diagnostic file (`.dia`) in the cache. +- Added support for Clang's `--serialize-diagnostics` option, storing the + diagnostics file (`.dia`) in the cache. - Added support for precompiled headers when using Clang.