aboutsummaryrefslogtreecommitdiffstats
path: root/docs/SourceLevelDebugging.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2012-11-28 00:27:25 +0000
committerEli Bendersky <eliben@google.com>2012-11-28 00:27:25 +0000
commit00a3e5e7240003aad5e431a5c4ba28feb86fb7be (patch)
tree4378e69661197866f6b4348f98d181e665074578 /docs/SourceLevelDebugging.rst
parent18bb0545ff79b85ef424e95e2170e3a06f11b735 (diff)
downloadexternal_llvm-00a3e5e7240003aad5e431a5c4ba28feb86fb7be.zip
external_llvm-00a3e5e7240003aad5e431a5c4ba28feb86fb7be.tar.gz
external_llvm-00a3e5e7240003aad5e431a5c4ba28feb86fb7be.tar.bz2
Some grammar fixes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168752 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.rst')
-rw-r--r--docs/SourceLevelDebugging.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst
index 2bbf2e2..d7c50d2 100644
--- a/docs/SourceLevelDebugging.rst
+++ b/docs/SourceLevelDebugging.rst
@@ -231,9 +231,8 @@ produced it.
Compile unit descriptors provide the root context for objects declared in a
specific compilation unit. File descriptors are defined using this context.
-These descriptors are collected by a named metadata ``!llvm.dbg.cu``. Compile
-unit descriptor keeps track of subprograms, global variables and type
-information.
+These descriptors are collected by a named metadata ``!llvm.dbg.cu``. They
+keep track of subprograms, global variables and type information.
.. _format_files:
@@ -278,7 +277,7 @@ Global variable descriptors
{}* ;; Reference to the global variable
}
-These descriptors provide debug information about globals variables. The
+These descriptors provide debug information about globals variables. They
provide details such as name, type and where the variable is defined. All
global variables are collected inside the named metadata ``!llvm.dbg.cu``.