diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-31 06:56:50 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-31 06:56:50 +0000 |
commit | 43e3deeabf3ca02da427b63df8604e2daf86e8a3 (patch) | |
tree | 139028539df7f90093b6c9213cb62e6955e04047 /docs/UsersManual.html | |
parent | 297f71daa4eec8beb2eb29573e0892539f8e7172 (diff) |
Fix some minor typos
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r-- | docs/UsersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 629d9b2574..69f916c94e 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -757,7 +757,7 @@ treated as a system header.</p> <p>While not strictly part of the compiler, the diagnostics from Clang's <a href="http://clang-analyzer.llvm.org">static analyzer</a> can also be influenced -by the user via changes to the source code. See the avaliable +by the user via changes to the source code. See the available <a href = "http://clang-analyzer.llvm.org/annotations.html" >annotations</a> and the analyzer's <a href= "http://clang-analyzer.llvm.org/faq.html#exclude_code" >FAQ page</a> for |