From: Richard Smith Date: Fri, 20 Jan 2017 01:08:15 +0000 (+0000) Subject: Fix documentation typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33d82d10c1ffbe336c6c5cc811b391562118721f;p=clang Fix documentation typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292559 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 ```` 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