summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.rst
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-01-23 18:17:46 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-01-23 18:17:46 +0000
commit425765b62654059a8c7ca3b6c33468df1a3390dd (patch)
tree7ca5e0bc82c571e9d97721535ada2bac5bfc6301 /docs/LanguageExtensions.rst
parentf40cbc811c47dc9890ea845536f003371ea7d771 (diff)
Fix documentation typo from r292558.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.rst')
-rw-r--r--docs/LanguageExtensions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index 885ad579ba..164dfc585e 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -1780,7 +1780,7 @@ String builtins
---------------
Clang provides constant expression evaluation support for builtins forms of
-the following functions from the C standard library ``<strings.h>`` header:
+the following functions from the C standard library ``<string.h>`` header:
* ``memchr``
* ``memcmp``