aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-12-03 07:40:27 +0000
committerBill Wendling <isanbard@gmail.com>2013-12-03 07:40:27 +0000
commitb5e183b23168236b68fb2a00d2f614bad50d2b7c (patch)
treefb035e0b08d1741d23bbb1dbfc18e1cdc9ba6e31 /docs
parentb4384b572320b7cf8f2bf4850e3043d629f389f5 (diff)
downloadclang-b5e183b23168236b68fb2a00d2f614bad50d2b7c.tar.gz
Merging r196215:
------------------------------------------------------------------------ r196215 | alp | 2013-12-02 22:53:39 -0800 (Mon, 02 Dec 2013) | 1 line Documentation typo corrections ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@196234 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LanguageExtensions.rst4
1 files changed, 2 insertions, 2 deletions
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.