summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.rst
diff options
context:
space:
mode:
authorAlex Langford <apl@fb.com>2018-08-21 01:43:03 +0000
committerAlex Langford <apl@fb.com>2018-08-21 01:43:03 +0000
commitf37700506f82f6cfcbd488ed91fcbadddc1fe1c8 (patch)
tree609f252b09fd6583df8914d8fd56950873a5af7a /llvm/docs/SourceLevelDebugging.rst
parenta5a8546ac6ada30b59d3237d77fa74dc496f344c (diff)
downloadbcm5719-llvm-f37700506f82f6cfcbd488ed91fcbadddc1fe1c8.tar.gz
bcm5719-llvm-f37700506f82f6cfcbd488ed91fcbadddc1fe1c8.zip
[docs] Fix a small typo in a debug info example
llvm-svn: 340246
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.rst')
-rw-r--r--llvm/docs/SourceLevelDebugging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index af95245b375..d9d948baf10 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud