Skip to content
Snippets Groups Projects
Commit 33d82d10 authored by Richard Smith's avatar Richard Smith
Browse files

Fix documentation typo.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292559 91177308-0d34-0410-b5e6-96231b3b80d8
parent 917daab6
No related branches found
No related tags found
No related merge requests found
...@@ -1796,7 +1796,7 @@ the following functions from the C standard library ``<strings.h>`` header: ...@@ -1796,7 +1796,7 @@ the following functions from the C standard library ``<strings.h>`` header:
* ``wmemcmp`` * ``wmemcmp``
In each case, the builtin form has the name of the C library function prefixed In each case, the builtin form has the name of the C library function prefixed
by ``__builtin``. Example: by ``__builtin_``. Example:
.. code-block:: c .. code-block:: c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment