diff options
-rw-r--r-- | docs/tools/clang.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index a056be77ef..b99eb8f7a7 100644 --- a/docs/tools/clang.pod +++ b/docs/tools/clang.pod @@ -80,7 +80,7 @@ stages. In addition to compilation of code, Clang also supports other tools: B<Clang Static Analyzer> The Clang Static Analyzer is a tool that scans source code to try to find bugs -though code analysis. This tool uses many parts of Clang and is built into the +through code analysis. This tool uses many parts of Clang and is built into the same driver. |