diff options
Diffstat (limited to 'clang/docs/LanguageExtensions.rst')
-rw-r--r-- | clang/docs/LanguageExtensions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index 3a86a599a3b..885ad579ba7 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -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 |