Fix documentation typo.

llvm-svn: 292559
This commit is contained in:
Richard Smith 2017-01-20 01:08:15 +00:00
parent 67d484bc82
commit 90854c4ad0
1 changed files with 1 additions and 1 deletions

View 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