aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2011-11-24 00:37:54 +0000
committerDavid Blaikie <dblaikie@gmail.com>2011-11-24 00:37:54 +0000
commit0ff64956629c03a8d99e14b5f84fc4d5f311e20f (patch)
treefebb07cb85329c4f5ffbda1d2a0684a79cf774cb
parenta5aa96d01f2f8750a4756ca74c8e172384a54602 (diff)
Fix typo (becuase->because), PR11427
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145117 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/AutomaticReferenceCounting.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/AutomaticReferenceCounting.html b/docs/AutomaticReferenceCounting.html
index 0265bbdd38..27d017c317 100644
--- a/docs/AutomaticReferenceCounting.html
+++ b/docs/AutomaticReferenceCounting.html
@@ -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>