diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2017-01-20 01:08:15 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2017-01-20 01:08:15 +0000 |
commit | 90854c4ad082a98ad3d6541400f8eb07c32245fc (patch) | |
tree | 965c2da3574ec1d0af186eba5db0d28dbd8d6468 /clang/docs/LanguageExtensions.rst | |
parent | 67d484bc82faecd7d2683f3bf5cec4ea49778df9 (diff) | |
download | bcm5719-llvm-90854c4ad082a98ad3d6541400f8eb07c32245fc.tar.gz bcm5719-llvm-90854c4ad082a98ad3d6541400f8eb07c32245fc.zip |
Fix documentation typo.
llvm-svn: 292559
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 |