From 778098194dc633e329d712555d1dbc62974165a5 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 8 Oct 2010 21:03:07 +0000 Subject: [PATCH] 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 --- docs/tools/clang.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0