[cfe-commits] r133304 - /cfe/trunk/docs/AutomaticReferenceCounting.html

Douglas Gregor dgregor at apple.com
Fri Jun 17 15:19:27 PDT 2011


Author: dgregor
Date: Fri Jun 17 17:19:27 2011
New Revision: 133304

URL: http://llvm.org/viewvc/llvm-project?rev=133304&view=rev
Log:
Fix a grammaro

Modified:
    cfe/trunk/docs/AutomaticReferenceCounting.html

Modified: cfe/trunk/docs/AutomaticReferenceCounting.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AutomaticReferenceCounting.html?rev=133304&r1=133303&r2=133304&view=diff
==============================================================================
--- cfe/trunk/docs/AutomaticReferenceCounting.html (original)
+++ cfe/trunk/docs/AutomaticReferenceCounting.html Fri Jun 17 17:19:27 2011
@@ -985,7 +985,7 @@
 <p>If a template argument for a template type parameter is an
 retainable object owner type that does not have an explicit ownership
 qualifier, it is adjusted to have <tt>__strong</tt>
-qualification. This adjustment occurs both regardless of whether the
+qualification. This adjustment occurs regardless of whether the
 template argument was deduced or explicitly specified. </p>
 
 <div class="rationale"><p>Rationale: <tt>__strong</tt> is a useful default for containers (e.g., <tt>std::vector<id></tt>), which would otherwise require explicit qualification. Moreover, unqualified retainable object pointer types are unlikely to be useful within templates, since they generally need to have a qualifier applied to the before being used.</p></div>





More information about the cfe-commits mailing list