Skip to content

Commit

Permalink
[stack protector] Fixed typo.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188195 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gottesmm committed Aug 12, 2013
1 parent 15b2782 commit 2bf823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2bf823e

Please sign in to comment.