aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-06-24 19:20:24 +0000
committerTed Kremenek <kremenek@apple.com>2009-06-24 19:20:24 +0000
commit5ceab86209c14062e228d2059a85864d5bc1bd6c (patch)
tree0a4667877199cfb2078d20be523821fd93ffeb15
parent5303644db49c7f20d269c6d0da314cab1c887b3c (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.html2
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>