aboutsummaryrefslogtreecommitdiff
path: root/docs/Statepoints.rst
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2015-05-13 20:19:51 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2015-05-13 20:19:51 +0000
commit3bc33d9ca172ce608588973e8e76d5ff1e4b8183 (patch)
tree8f244ad3e4e9dd97de825ae7abc9ed22f3edb30c /docs/Statepoints.rst
parentf11e64dc0370026df21ebf832912db87e8503e80 (diff)
downloadllvm-3bc33d9ca172ce608588973e8e76d5ff1e4b8183.tar.gz
[Statepoints][Docs] Fix typo: change a period to a comma.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Statepoints.rst')
-rw-r--r--docs/Statepoints.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Statepoints.rst b/docs/Statepoints.rst
index 55bdbd8a640..439e7925e3e 100644
--- a/docs/Statepoints.rst
+++ b/docs/Statepoints.rst
@@ -299,7 +299,7 @@ Syntax:
declare i32
@llvm.experimental.gc.statepoint(i64 <id>, i32 <num patch bytes>,
func_type <target>,
- i64 <#call args>. i64 <flags>,
+ i64 <#call args>, i64 <flags>,
... (call parameters),
i64 <# transition args>, ... (transition parameters),
i64 <# deopt args>, ... (deopt parameters),