summaryrefslogtreecommitdiff
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
commit479ed0b9b43779ac82126206a79f8dc77e2653f8 (patch)
treed9083217b8adf08df51930823a7c24482d3ee4d9 /clang/docs/LanguageExtensions.rst
parentMerging r196206: (diff)
downloadllvm-project-85f0c6be3d9f277fe97cbe7acab4690bdf2e9cc9.tar.gz
llvm-project-85f0c6be3d9f277fe97cbe7acab4690bdf2e9cc9.tar.bz2
llvm-project-85f0c6be3d9f277fe97cbe7acab4690bdf2e9cc9.zip
Merging r196215:llvmorg-3.4.0-rc2
------------------------------------------------------------------------ r196215 | alp | 2013-12-02 22:53:39 -0800 (Mon, 02 Dec 2013) | 1 line Documentation typo corrections ------------------------------------------------------------------------ llvm-svn: 196234
Diffstat (limited to 'clang/docs/LanguageExtensions.rst')
-rw-r--r--clang/docs/LanguageExtensions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index ca1b7ea364a4..7a4b31e7acc0 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/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.