aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-04-03 05:29:58 +0000
committerEric Christopher <echristo@gmail.com>2013-04-03 05:29:58 +0000
commit0c5cdc5c6e12aea4f68d267b4c279f0d01389c1a (patch)
treef5da9fbda39115fa321d6bf7830e7b0184d02e7f
parent3dcb538661317926e90c7a21cec92c7d871f13b9 (diff)
downloadexternal_llvm-0c5cdc5c6e12aea4f68d267b4c279f0d01389c1a.zip
external_llvm-0c5cdc5c6e12aea4f68d267b4c279f0d01389c1a.tar.gz
external_llvm-0c5cdc5c6e12aea4f68d267b4c279f0d01389c1a.tar.bz2
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178624 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h
index 18b6966..c332aa2 100644
--- a/lib/CodeGen/AsmPrinter/DIE.h
+++ b/lib/CodeGen/AsmPrinter/DIE.h
@@ -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 {