https://gcc.gnu.org/g:a42374b60884d9ac4ff47e7787b32142526ac666

commit r15-7651-ga42374b60884d9ac4ff47e7787b32142526ac666
Author: Filip Kastl <fka...@suse.cz>
Date:   Thu Feb 20 13:20:34 2025 +0100

    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 <fka...@suse.cz>

Diff:
---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 0c7adc039b5d..bad49a017cc1 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}.

Reply via email to