From: Filip Kastl Date: Thu, 20 Feb 2025 12:20:34 +0000 (+0100) Subject: invoke.texi: Fix typo in the file-cache-lines param X-Git-Tag: basepoints/gcc-16~1902 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a42374b60884d9ac4ff47e7787b32142526ac666;p=thirdparty%2Fgcc.git invoke.texi: Fix typo in the file-cache-lines param file-cache-lines param was documented as file-cache-files. This fixes the typo. gcc/ChangeLog: * doc/invoke.texi: Fix typo file-cache-files -> file-cache-lines. Signed-off-by: Filip Kastl --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0c7adc039b5..bad49a017cc 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -15787,7 +15787,7 @@ Max number of files in the file cache. The file cache is used to print source lines in diagnostics and do some source checks like @option{-Wmisleading-indentation}. -@item file-cache-files +@item file-cache-lines Max number of lines to index into file cache. When 0 this is automatically sized. The file cache is used to print source lines in diagnostics and do some source checks like @option{-Wmisleading-indentation}.