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