summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.rst
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-12-05 17:11:49 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-12-05 17:11:49 +0000
commitcc90f038d2e7e1da201ae47f2ef24977b35e65b6 (patch)
tree356dddbaa84468faa72dbd279b73acadfcb338ea /docs/LanguageExtensions.rst
parent640f6603da5815bac9b7533c1545579d7e4c6a72 (diff)
Amending r223468 with this documentation change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.rst')
-rw-r--r--docs/LanguageExtensions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index 3ca1010e39..035b50d108 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -143,8 +143,8 @@ the same name. For instance, ``gnu::__const__`` can be used instead of
-------------------
This function-like macro takes a single identifier argument that is the name of
-an attribute. It evaluates to 1 if the attribute is supported by the current
-compilation target, or 0 if not. It can be used like this:
+a GNU-style attribute. It evaluates to 1 if the attribute is supported by the
+current compilation target, or 0 if not. It can be used like this:
.. code-block:: c++