diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-06-24 19:20:24 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-06-24 19:20:24 +0000 |
commit | 5ceab86209c14062e228d2059a85864d5bc1bd6c (patch) | |
tree | 0a4667877199cfb2078d20be523821fd93ffeb15 | |
parent | 5303644db49c7f20d269c6d0da314cab1c887b3c (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74107 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/analyzer/annotations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/analyzer/annotations.html b/www/analyzer/annotations.html index 8b5b1d37c6..e49c327edd 100644 --- a/www/analyzer/annotations.html +++ b/www/analyzer/annotations.html @@ -95,7 +95,7 @@ int foo(int *p, int *q) { <p>Running <tt>scan-build</tt> over this source produces the following output:</p> -<img src="images/xample_attribute_nonnull.png"> +<img src="images/example_attribute_nonnull.png"> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <h2 id="macosx">Mac OS X API Annotations</h2> |