aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.rst
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-08-12 19:44:09 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-08-12 19:44:09 +0000
commit2bf823e635d51e68af7b23ffdf1562c3f58a5596 (patch)
treed7c849ee58642af7a8f753367126a18c51b50be1 /docs/LangRef.rst
parent15b2782ccf141930cc98507a1cb1d501fbfd4000 (diff)
downloadexternal_llvm-2bf823e635d51e68af7b23ffdf1562c3f58a5596.zip
external_llvm-2bf823e635d51e68af7b23ffdf1562c3f58a5596.tar.gz
external_llvm-2bf823e635d51e68af7b23ffdf1562c3f58a5596.tar.bz2
[stack protector] Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188195 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.rst')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 8b0be1b..47c89e8 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -8663,7 +8663,7 @@ Overview:
"""""""""
The ``llvm.stackprotectorcheck`` intrinsic compares ``guard`` against an already
-created stack protector and if they do not equal calls the
+created stack protector and if they are not equal calls the
``__stack_chk_fail()`` function.
Arguments: