From 4f1f9e6b2ef644de14bfc6a96e1763524822f62a Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 24 Nov 2011 00:37:54 +0000 Subject: Fix typo (becuase->because), PR11427 llvm-svn: 145117 --- clang/docs/AutomaticReferenceCounting.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/docs/AutomaticReferenceCounting.html') diff --git a/clang/docs/AutomaticReferenceCounting.html b/clang/docs/AutomaticReferenceCounting.html index 0265bbdd385..27d017c3171 100644 --- a/clang/docs/AutomaticReferenceCounting.html +++ b/clang/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.

-- cgit v1.2.3