summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit787508807850bddabb483f8bf5c22da9fe83eba5 (patch)
treeff4e087c1215346550fa60af477a4c6ff444d3f3 /llvm/docs/SourceLevelDebugging.rst
parented119d542b4222fc37dfeb6f8cff44d838dbcd73 (diff)
downloadbcm5719-llvm-787508807850bddabb483f8bf5c22da9fe83eba5.tar.gz
bcm5719-llvm-787508807850bddabb483f8bf5c22da9fe83eba5.zip
Some grammar fixes
llvm-svn: 168752
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.rst')
-rw-r--r--llvm/docs/SourceLevelDebugging.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index 2bbf2e2c350..d7c50d234a3 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/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``.
OpenPOWER on IntegriCloud