Skip to content

Commit 5e81437

Browse files
authored
[analyzer][doc] Fix typo in "translation unit" in analyzer doc CommandLineUsage.rst (llvm#112966)
1 parent d8b17f2 commit 5e81437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/analyzer/user-docs/CommandLineUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Command Line Usage: scan-build and CodeChecker
22
==============================================
33

44
This document provides guidelines for running the static analyzer from the command line on whole projects.
5-
CodeChecker and scan-build are two CLI tools for using CSA on multiple files (tranlation units).
5+
CodeChecker and scan-build are two CLI tools for using CSA on multiple files (translation units).
66
Both provide a way of driving the analyzer, detecting compilation flags, and generating reports.
77
CodeChecker is more actively maintained, provides heuristics for working with multiple versions of popular compilers and it also comes with a web-based GUI for viewing, filtering, categorizing and suppressing the results.
88
Therefore CodeChecker is recommended in case you need any of the above features or just more customizability in general.

0 commit comments

Comments
 (0)