Skip to content

Commit 5f20518

Browse files
authored
[Clang][Docs] Fix typo in clang.rst (#150907)
1 parent 9c82f87 commit 5f20518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/CommandGuide/clang.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ Driver Options
645645

646646
Save internal code generation (LLVM) statistics to a file in the current
647647
directory (:option:`-save-stats`/"-save-stats=cwd") or the directory
648-
of the output file ("-save-state=obj").
648+
of the output file ("-save-stats=obj").
649649

650650
You can also use environment variables to control the statistics reporting.
651651
Setting ``CC_PRINT_INTERNAL_STAT`` to ``1`` enables the feature, the report

0 commit comments

Comments
 (0)