summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.rst
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-01-20 01:08:15 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-01-20 01:08:15 +0000
commit33d82d10c1ffbe336c6c5cc811b391562118721f (patch)
treef8a9eadb7959abf5dae0ae197a02f17ee813a72f /docs/LanguageExtensions.rst
parent917daab6b641af5a64eede86ae1c9b41c7077959 (diff)
Fix documentation typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.rst')
-rw-r--r--docs/LanguageExtensions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index 3a86a599a3..885ad579ba 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -1796,7 +1796,7 @@ the following functions from the C standard library ``<strings.h>`` header:
* ``wmemcmp``
In each case, the builtin form has the name of the C library function prefixed
-by ``__builtin``. Example:
+by ``__builtin_``. Example:
.. code-block:: c