diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-25 22:02:37 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-25 22:02:37 +0000 |
| commit | 2aa45cf43eab5239b119d2464cd662af73625d62 (patch) | |
| tree | c09e2909556b44e627000f78e51d86f85d7690b4 /clang/docs/AutomaticReferenceCounting.html | |
| parent | 4fb32b10e5ded46da1bb497d91f716775e0599ea (diff) | |
| download | bcm5719-llvm-2aa45cf43eab5239b119d2464cd662af73625d62.tar.gz bcm5719-llvm-2aa45cf43eab5239b119d2464cd662af73625d62.zip | |
Fix two typos in the doc
llvm-svn: 160763
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 6d50cf7db5c..3f1ccaf672c 100644 --- a/clang/docs/AutomaticReferenceCounting.html +++ b/clang/docs/AutomaticReferenceCounting.html @@ -313,7 +313,7 @@ interoperation:</p> <ul> <li>The type system must reliably identify which objects are to be managed. An <tt>int*</tt> might be a pointer to a <tt>malloc</tt>'ed -array, or it might be a interior pointer to such an array, or it might +array, or it might be an interior pointer to such an array, or it might point to some field or local variable. In contrast, values of the retainable object pointer types are never interior.</li> <li>The type system must reliably indicate how to |

