summaryrefslogtreecommitdiffstats
path: root/clang/docs/AutomaticReferenceCounting.html
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-07-25 22:02:37 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-07-25 22:02:37 +0000
commit2aa45cf43eab5239b119d2464cd662af73625d62 (patch)
treec09e2909556b44e627000f78e51d86f85d7690b4 /clang/docs/AutomaticReferenceCounting.html
parent4fb32b10e5ded46da1bb497d91f716775e0599ea (diff)
downloadbcm5719-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.html2
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
OpenPOWER on IntegriCloud