projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15b2782
)
[stack protector] Fixed typo.
author
Michael Gottesman
<mgottesman@apple.com>
Mon, 12 Aug 2013 19:44:09 +0000
(19:44 +0000)
committer
Michael Gottesman
<mgottesman@apple.com>
Mon, 12 Aug 2013 19:44:09 +0000
(19:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188195
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.rst
patch
|
blob
|
history
diff --git
a/docs/LangRef.rst
b/docs/LangRef.rst
index 8b0be1bf3d6ef78646acdb62a1183cfa64f28c9f..47c89e8d24ad00fb5acc2584da2a7a99b4ee7597 100644
(file)
--- 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: