From 2b7dd6b1479da2078765486c30d4521216de28bd Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Sat, 16 Feb 2013 20:07:40 +0000 Subject: [PATCH] Documentation: correct syntax (one missing comma, one extra comma) llvm-svn: 175375 --- llvm/docs/SourceLevelDebugging.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index 00c26cb..78ce4e0 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/docs/SourceLevelDebugging.rst @@ -307,8 +307,8 @@ Subprogram descriptors Function * , ;; Pointer to LLVM function metadata, ;; Lists function template parameters metadata, ;; Function declaration descriptor - metadata ;; List of function variables - i32, ;; Line number where the scope of the subprogram begins + metadata, ;; List of function variables + i32 ;; Line number where the scope of the subprogram begins } These descriptors provide debug information about functions, methods and -- 2.7.4