summaryrefslogtreecommitdiff
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
parent15b2782ccf141930cc98507a1cb1d501fbfd4000 (diff)
downloadllvm-2bf823e635d51e68af7b23ffdf1562c3f58a5596.tar.gz
llvm-2bf823e635d51e68af7b23ffdf1562c3f58a5596.tar.bz2
llvm-2bf823e635d51e68af7b23ffdf1562c3f58a5596.tar.xz
[stack protector] Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188195 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 8b0be1bf3d..47c89e8d24 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: