[llvm] r178624 - Fix grammar.

Eric Christopher echristo at gmail.com
Tue Apr 2 22:29:58 PDT 2013


Author: echristo
Date: Wed Apr  3 00:29:58 2013
New Revision: 178624

URL: http://llvm.org/viewvc/llvm-project?rev=178624&view=rev
Log:
Fix grammar.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h?rev=178624&r1=178623&r2=178624&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h Wed Apr  3 00:29:58 2013
@@ -108,7 +108,7 @@ namespace llvm {
 
   //===--------------------------------------------------------------------===//
   /// DIE - A structured debug information entry.  Has an abbreviation which
-  /// describes it's organization.
+  /// describes its organization.
   class DIEValue;
 
   class DIE {





More information about the llvm-commits mailing list