[clang] 83bde93 - resolve typo in the manual.
via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 31 14:45:21 PDT 2022
Author: Shivam
Date: 2022-04-01T03:15:17+05:30
New Revision: 83bde93cef369f85ea0adc25a4cf2349ea65bb3a
URL: https://github.com/llvm/llvm-project/commit/83bde93cef369f85ea0adc25a4cf2349ea65bb3a
DIFF: https://github.com/llvm/llvm-project/commit/83bde93cef369f85ea0adc25a4cf2349ea65bb3a.diff
LOG: resolve typo in the manual.
Added:
Modified:
clang/www/analyzer/checker_dev_manual.html
Removed:
################################################################################
diff --git a/clang/www/analyzer/checker_dev_manual.html b/clang/www/analyzer/checker_dev_manual.html
index 7b63efefe11a9..20b4f41765a84 100644
--- a/clang/www/analyzer/checker_dev_manual.html
+++ b/clang/www/analyzer/checker_dev_manual.html
@@ -814,7 +814,7 @@ <h2 id=additioninformation>Additional Sources of Information</h2>
<a href="https://llvm.org/doxygen">LLVM doxygen</a>, when dealing with classes
from LLVM.</li>
<li>
- The <a href="https://discourse.llvm.org/c/clang/"> Clang Frontent Discourse site</a>.
+ The <a href="https://discourse.llvm.org/c/clang/"> Clang Frontend Discourse site</a>.
This is the primary forum discussing ideas and posting questions about Clang development.
For posting Clang Static Analyzer specific questions, please visit the
<a href="https://discourse.llvm.org/c/clang/static-analyzer/"> Static Analyzer subcategory</a>
More information about the cfe-commits
mailing list