Fix a typo in the Clang man page, from Alexander Best.
llvm-svn: 116102
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod
index a056be7..b99eb8f 100644
--- a/clang/docs/tools/clang.pod
+++ b/clang/docs/tools/clang.pod
@@ -80,7 +80,7 @@
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.