[llvm-commits] [llvm] r168752 - /llvm/trunk/docs/SourceLevelDebugging.rst

Eli Bendersky eliben at google.com
Tue Nov 27 16:27:25 PST 2012


Author: eliben
Date: Tue Nov 27 18:27:25 2012
New Revision: 168752

URL: http://llvm.org/viewvc/llvm-project?rev=168752&view=rev
Log:
Some grammar fixes

Modified:
    llvm/trunk/docs/SourceLevelDebugging.rst

Modified: llvm/trunk/docs/SourceLevelDebugging.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.rst?rev=168752&r1=168751&r2=168752&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.rst (original)
+++ llvm/trunk/docs/SourceLevelDebugging.rst Tue Nov 27 18:27:25 2012
@@ -231,9 +231,8 @@
 
 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 @@
     {}*       ;; 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``.
 





More information about the llvm-commits mailing list