From: David Blaikie Date: Thu, 24 Nov 2011 00:37:54 +0000 (+0000) Subject: Fix typo (becuase->because), PR11427 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ff64956629c03a8d99e14b5f84fc4d5f311e20f;p=clang Fix typo (becuase->because), PR11427 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145117 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.

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 void*. -As an exception, cast to intptr_t is allowed becuase such +As an exception, cast to intptr_t is allowed because such casts are not transferring ownership. The bridged casts may be used to perform these conversions where necessary.