]> granicus.if.org Git - clang/commitdiff
Fix a typo in the Clang man page, from Alexander Best.
authorDouglas Gregor <dgregor@apple.com>
Fri, 8 Oct 2010 21:03:07 +0000 (21:03 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 8 Oct 2010 21:03:07 +0000 (21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116102 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tools/clang.pod

index a056be77ef6f51ef96f3f7e59206598e229ab2e4..b99eb8f7a724dda409dbc2c766ae3764f1be4992 100644 (file)
@@ -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.