Author: dgregor
Date: Fri Oct  8 16:03:07 2010
New Revision: 116102

URL: http://llvm.org/viewvc/llvm-project?rev=116102&view=rev
Log:
Fix a typo in the Clang man page, from Alexander Best.

Modified:
    cfe/trunk/docs/tools/clang.pod

Modified: cfe/trunk/docs/tools/clang.pod
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/tools/clang.pod?rev=116102&r1=116101&r2=116102&view=diff
==============================================================================
--- cfe/trunk/docs/tools/clang.pod (original)
+++ cfe/trunk/docs/tools/clang.pod Fri Oct  8 16:03:07 2010
@@ -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.
 
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to