Fix typo (becuase->because), PR11427

llvm-svn: 145117
This commit is contained in:
David Blaikie 2011-11-24 00:37:54 +00:00
parent 63be19122e
commit 4f1f9e6b2e
1 changed files with 1 additions and 1 deletions

View 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>