diff options
author | Eric Christopher <echristo@gmail.com> | 2013-04-03 05:29:58 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-04-03 05:29:58 +0000 |
commit | 0c5cdc5c6e12aea4f68d267b4c279f0d01389c1a (patch) | |
tree | f5da9fbda39115fa321d6bf7830e7b0184d02e7f /lib/CodeGen/AsmPrinter | |
parent | 3dcb538661317926e90c7a21cec92c7d871f13b9 (diff) |
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DIE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h index 18b6966e18..c332aa2a7d 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 { |