[cfe-commits] r145117 - /cfe/trunk/docs/AutomaticReferenceCounting.html
David Blaikie
dblaikie at gmail.com
Wed Nov 23 16:37:54 PST 2011
Author: dblaikie
Date: Wed Nov 23 18:37:54 2011
New Revision: 145117
URL: http://llvm.org/viewvc/llvm-project?rev=145117&view=rev
Log:
Fix typo (becuase->because), PR11427
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=145117&r1=145116&r2=145117&view=diff
==============================================================================
--- cfe/trunk/docs/AutomaticReferenceCounting.html (original)
+++ cfe/trunk/docs/AutomaticReferenceCounting.html Wed Nov 23 18:37:54 2011
@@ -581,7 +581,7 @@
convert a value of retainable object pointer type to any
non-retainable type, or vice-versa, is ill-formed. For example, an
Objective-C object pointer shall not be converted to <tt>void*</tt>.
-As an exception, cast to <tt>intptr_t</tt> is allowed becuase such
+As an exception, cast to <tt>intptr_t</tt> is allowed because such
casts are not transferring ownership. The <a href="#objects.operands.casts">bridged
casts</a> may be used to perform these conversions where
necessary.</p>
More information about the cfe-commits
mailing list