From: Alp Toker Date: Tue, 3 Dec 2013 06:53:39 +0000 (+0000) Subject: Documentation typo corrections X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebe59b3f1718fcbd2ef141d93cfffe65d47c3b86;p=clang Documentation typo corrections git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196215 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index ca1b7ea364..7a4b31e7ac 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -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. diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html index 5fc0bf8479..82552efbe6 100644 --- a/www/cxx_dr_status.html +++ b/www/cxx_dr_status.html @@ -523,7 +523,7 @@ 81 NAD - Null pointers and C compatability + Null pointers and C compatibility N/A