diff options
| author | David Blaikie <dblaikie@gmail.com> | 2011-11-24 00:37:54 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2011-11-24 00:37:54 +0000 |
| commit | 4f1f9e6b2ef644de14bfc6a96e1763524822f62a (patch) | |
| tree | 319d57504c693717d8978f8df4a911384488a575 /clang/docs/AutomaticReferenceCounting.html | |
| parent | 63be19122ebb5044a5927a53c00a3f2895fb88f5 (diff) | |
| download | bcm5719-llvm-4f1f9e6b2ef644de14bfc6a96e1763524822f62a.tar.gz bcm5719-llvm-4f1f9e6b2ef644de14bfc6a96e1763524822f62a.zip | |
Fix typo (becuase->because), PR11427
llvm-svn: 145117
Diffstat (limited to 'clang/docs/AutomaticReferenceCounting.html')
| -rw-r--r-- | clang/docs/AutomaticReferenceCounting.html | 2 |
1 files changed, 1 insertions, 1 deletions
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.</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> |

