From: Douglas Gregor Date: Fri, 8 Oct 2010 21:03:07 +0000 (+0000) Subject: Fix a typo in the Clang man page, from Alexander Best. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=778098194dc633e329d712555d1dbc62974165a5;p=clang Fix a typo in the Clang man page, from Alexander Best. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116102 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 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.