r287105 - [www] Fix spelling error in checker release notes.

Devin Coughlin via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 06:23:41 PST 2016


Author: dcoughlin
Date: Wed Nov 16 08:23:41 2016
New Revision: 287105

URL: http://llvm.org/viewvc/llvm-project?rev=287105&view=rev
Log:
[www] Fix spelling error in checker release notes.

Modified:
    cfe/trunk/www/analyzer/release_notes.html

Modified: cfe/trunk/www/analyzer/release_notes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/release_notes.html?rev=287105&r1=287104&r2=287105&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/release_notes.html (original)
+++ cfe/trunk/www/analyzer/release_notes.html Wed Nov 16 08:23:41 2016
@@ -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 />




More information about the cfe-commits mailing list