]> granicus.if.org Git - clang/commitdiff
Documentation typo corrections
authorAlp Toker <alp@nuanti.com>
Tue, 3 Dec 2013 06:53:39 +0000 (06:53 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 3 Dec 2013 06:53:39 +0000 (06:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196215 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst
www/cxx_dr_status.html

index ca1b7ea364a4aa066dddaec3aa7b85ffb7185bfa..7a4b31e7acc09b9a475e2dd91e69b26a19ccc7db 100644 (file)
@@ -1908,8 +1908,8 @@ ARM Language Extensions
 Interrupt attribute
 ^^^^^^^^^^^^^^^^^^^
 
-Clang supports the GNU style ``__attribite__((interrupt("TYPE")))`` attribute on
-ARM targets. This attribute may be attached to a function definiton and
+Clang supports the GNU style ``__attribute__((interrupt("TYPE")))`` attribute on
+ARM targets. This attribute may be attached to a function definition and
 instructs the backend to generate appropriate function entry/exit code so that
 it can be used directly as an interrupt service routine.
 
index 5fc0bf847978b5f4a2e1de284cecb10cebdb694d..82552efbe6c026cd4aaa039668d882f0b5c5a600 100644 (file)
   <tr>
     <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#81">81</a></td>
     <td>NAD</td>
-    <td>Null pointers and C compatability</td>
+    <td>Null pointers and C compatibility</td>
     <td class="na" align="center">N/A</td>
   </tr>
   <tr>