r196215 - Documentation typo corrections

Alp Toker alp at nuanti.com
Mon Dec 2 22:53:39 PST 2013


Author: alp
Date: Tue Dec  3 00:53:39 2013
New Revision: 196215

URL: http://llvm.org/viewvc/llvm-project?rev=196215&view=rev
Log:
Documentation typo corrections

Modified:
    cfe/trunk/docs/LanguageExtensions.rst
    cfe/trunk/www/cxx_dr_status.html

Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=196215&r1=196214&r2=196215&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Tue Dec  3 00:53:39 2013
@@ -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.
 

Modified: cfe/trunk/www/cxx_dr_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_dr_status.html?rev=196215&r1=196214&r2=196215&view=diff
==============================================================================
--- cfe/trunk/www/cxx_dr_status.html (original)
+++ cfe/trunk/www/cxx_dr_status.html Tue Dec  3 00:53:39 2013
@@ -523,7 +523,7 @@
   <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>





More information about the cfe-commits mailing list