]> granicus.if.org Git - clang/commitdiff
Fix two typos in the doc
authorSylvestre Ledru <sylvestre@debian.org>
Wed, 25 Jul 2012 22:02:37 +0000 (22:02 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 25 Jul 2012 22:02:37 +0000 (22:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160763 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AutomaticReferenceCounting.html
docs/InternalsManual.html

index 6d50cf7db5c5c5c8a1bad17f7500f7a70e05a6b7..3f1ccaf672ca87ea9779b035f09d396e089185d5 100644 (file)
@@ -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
index c6df19c0d004fe8e6855228839ce0c79d4ddcaad..3f3e124ae64031eaf8b27f5d22b6e822ca2d9e79 100644 (file)
@@ -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