r292559 - Fix documentation typo.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 19 17:08:16 PST 2017


Author: rsmith
Date: Thu Jan 19 19:08:15 2017
New Revision: 292559

URL: http://llvm.org/viewvc/llvm-project?rev=292559&view=rev
Log:
Fix documentation typo.

Modified:
    cfe/trunk/docs/LanguageExtensions.rst

Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=292559&r1=292558&r2=292559&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Thu Jan 19 19:08:15 2017
@@ -1796,7 +1796,7 @@ the following functions from the C stand
 * ``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
 




More information about the cfe-commits mailing list