From 3bc33d9ca172ce608588973e8e76d5ff1e4b8183 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Wed, 13 May 2015 20:19:51 +0000 Subject: [PATCH] [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 --- docs/Statepoints.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 , i32 , func_type , - i64 <#call args>. i64 , + i64 <#call args>, i64 , ... (call parameters), i64 <# transition args>, ... (transition parameters), i64 <# deopt args>, ... (deopt parameters), -- 2.34.1