]> granicus.if.org Git - clang/commitdiff
Fix typo (becuase->because), PR11427
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 24 Nov 2011 00:37:54 +0000 (00:37 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 24 Nov 2011 00:37:54 +0000 (00:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145117 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AutomaticReferenceCounting.html

index 0265bbdd385643ed685a535a3acba189039514f3..27d017c3171fda5277eaba28a88c6b50ff9bb77f 100644 (file)
@@ -581,7 +581,7 @@ respectively, is poor form.</p>
 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>