Author: BrnBlrg
Date: 2024-10-19T11:06:12+02:00
New Revision: 5e81437f2ba03ee0ab93b26a9654da9b95dab3b0

URL: 
https://github.com/llvm/llvm-project/commit/5e81437f2ba03ee0ab93b26a9654da9b95dab3b0
DIFF: 
https://github.com/llvm/llvm-project/commit/5e81437f2ba03ee0ab93b26a9654da9b95dab3b0.diff

LOG: [analyzer][doc] Fix typo in "translation unit" in analyzer doc 
CommandLineUsage.rst (#112966)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/docs/analyzer/user-docs/CommandLineUsage.rst 
b/clang/docs/analyzer/user-docs/CommandLineUsage.rst
index d7f8253469df40..59f8187f374a95 100644
--- a/clang/docs/analyzer/user-docs/CommandLineUsage.rst
+++ b/clang/docs/analyzer/user-docs/CommandLineUsage.rst
@@ -2,7 +2,7 @@ Command Line Usage: scan-build and CodeChecker
 ==============================================
 
 This document provides guidelines for running the static analyzer from the 
command line on whole projects.
-CodeChecker and scan-build are two CLI tools for using CSA on multiple files 
(tranlation units).
+CodeChecker and scan-build are two CLI tools for using CSA on multiple files 
(translation units).
 Both provide a way of driving the analyzer, detecting compilation flags, and 
generating reports.
 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.
 Therefore CodeChecker is recommended in case you need any of the above 
features or just more customizability in general.


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to