From 9728c810d545c737cdccc559688e61ca3da1f147 Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Tue, 21 Aug 2018 01:43:03 +0000 Subject: [PATCH] [docs] Fix a small typo in a debug info example llvm-svn: 340246 --- docs/SourceLevelDebugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst index af95245b375..d9d948baf10 100644 --- a/docs/SourceLevelDebugging.rst +++ b/docs/SourceLevelDebugging.rst @@ -384,7 +384,7 @@ scope information for the variable ``Z``. !19 = !DILocation(line: 5, column: 11, scope: !18) Here ``!19`` indicates that ``Z`` is declared at line number 5 and column -number 0 inside of lexical scope ``!18``. The lexical scope itself resides +number 11 inside of lexical scope ``!18``. The lexical scope itself resides inside of subprogram ``!4`` described above. The scope information attached with each instruction provides a straightforward