]> granicus.if.org Git - clang/commitdiff
Fix documentation typo.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 20 Jan 2017 01:08:15 +0000 (01:08 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 20 Jan 2017 01:08:15 +0000 (01:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292559 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index 3a86a599a3b3337145035ca135f1a46e86315682..885ad579ba72ef4d55a7753f8969ca173a555ffa 100644 (file)
@@ -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