From a42374b60884d9ac4ff47e7787b32142526ac666 Mon Sep 17 00:00:00 2001 From: Filip Kastl Date: Thu, 20 Feb 2025 13:20:34 +0100 Subject: [PATCH] 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 --- 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 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}. -- 2.47.2