Some grammar fixes
authorEli Bendersky <eliben@google.com>
Wed, 28 Nov 2012 00:27:25 +0000 (00:27 +0000)
committerEli Bendersky <eliben@google.com>
Wed, 28 Nov 2012 00:27:25 +0000 (00:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168752 91177308-0d34-0410-b5e6-96231b3b80d8

docs/SourceLevelDebugging.rst

index 2bbf2e2c3505a788ace274d8c3daa5e3ab8c29d5..d7c50d234a3682f021352b27560309a7714b1116 100644 (file)
@@ -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``.