From 56d91b49b13fe55c918afbda19f6165b5fbff87a Mon Sep 17 00:00:00 2001
From: Dimitry Andric
Date: Wed, 15 Aug 2012 20:02:54 +0000
Subject: Vendor import of clang trunk r161861:
http://llvm.org/svn/llvm-project/cfe/trunk@161861
---
docs/AutomaticReferenceCounting.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'docs/AutomaticReferenceCounting.html')
diff --git a/docs/AutomaticReferenceCounting.html b/docs/AutomaticReferenceCounting.html
index 1416df58e45ef..3f1ccaf672ca8 100644
--- a/docs/AutomaticReferenceCounting.html
+++ b/docs/AutomaticReferenceCounting.html
@@ -313,7 +313,7 @@ interoperation:
- The type system must reliably identify which objects are to be
managed. An int* might be a pointer to a malloc'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.
- The type system must reliably indicate how to
@@ -1863,7 +1863,7 @@ of these annotations. A program is ill-formed if it annotates the
same function with both cf_audited_transfer
and cf_unknown_transfer.
-
A pragma is provided to faciliate the mass annotation of interfaces:
+A pragma is provided to facilitate the mass annotation of interfaces:
#pragma arc_cf_code_audited begin
...
--
cgit v1.3