From: Michael Gottesman Date: Mon, 12 Aug 2013 19:44:09 +0000 (+0000) Subject: [stack protector] Fixed typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2bf823e635d51e68af7b23ffdf1562c3f58a5596;p=oota-llvm.git [stack protector] Fixed typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188195 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 8b0be1bf3d6..47c89e8d24a 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: