aboutsummaryrefslogtreecommitdiff
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
commit2a700b1ca10e3bdde810f2ccef10dc7033a37a75 (patch)
treef264816aa2ec4e386a7fa0fe6a3c11ffd68f2bbb
parent829846b5002d7f8d6a54b9c58c3ecf7cac56d2cc (diff)
Fix two typos in the doc
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160763 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/AutomaticReferenceCounting.html2
-rw-r--r--docs/InternalsManual.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/AutomaticReferenceCounting.html b/docs/AutomaticReferenceCounting.html
index 6d50cf7db5..3f1ccaf672 100644
--- a/docs/AutomaticReferenceCounting.html
+++ b/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
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html
index c6df19c0d0..3f3e124ae6 100644
--- a/docs/InternalsManual.html
+++ b/docs/InternalsManual.html
@@ -1704,7 +1704,7 @@ interacts with constant evaluation:</p>
<li><b><tt>__extension__</tt></b>: The expression form of this extension causes
any evaluatable subexpression to be accepted as an integer constant
expression.</li>
-<li><b><tt>__builtin_constant_p</tt></b>: This returns true (as a integer
+<li><b><tt>__builtin_constant_p</tt></b>: This returns true (as an integer
constant expression) if the operand evaluates to either a numeric value
(that is, not a pointer cast to integral type) of integral, enumeration,
floating or complex type, or if it evaluates to the address of the first