summaryrefslogtreecommitdiffstats
path: root/www/analyzer
diff options
context:
space:
mode:
authorDevin Coughlin <dcoughlin@apple.com>2016-11-16 14:23:41 +0000
committerDevin Coughlin <dcoughlin@apple.com>2016-11-16 14:23:41 +0000
commit883b5fbdcd2bd917febc6e34db98e3cade88ea1f (patch)
tree95fa7ed52fc033f445a3f58c35e5a53c963685e9 /www/analyzer
parentcbdae223ad4019a879cca5c99ce25ab278f0b516 (diff)
[www] Fix spelling error in checker release notes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/analyzer')
-rw-r--r--www/analyzer/release_notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html
index 296cfb2090..68e224b366 100644
--- a/www/analyzer/release_notes.html
+++ b/www/analyzer/release_notes.html
@@ -22,7 +22,7 @@
<li>The analyzer includes new checks for:
<ul>
<li>Improper instance cleanup up in Objective-C -dealloc methods under manual retain/release.</li>
- <li>Inadvertant comparisons of NSNumber, CFNumberRef, and other number object pointers against scalar values.</li>
+ <li>Inadvertent comparisons of NSNumber, CFNumberRef, and other number object pointers against scalar values.</li>
<li>Unsafe usage of dispatch_once_t predicates stored in Objective-C instance variables and other heap-allocated memory.</li>
<li>Issues resulting from self-assignment in C++.</li>
<li>Incorrect usage of MPI APIs in C and C++. This check can be enabled by passing the following command to scan-build: <br />