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 | 14c2067ca14e829e19c5ae9ac722086ba374fa3e (patch) | |
tree | 8a9d6d0622dee28365ffefd094b7b7028bcd40e2 /llvm/lib/CodeGen | |
parent | 5590949f297780ad998d7bf5e579e25f28fc903b (diff) | |
download | bcm5719-llvm-14c2067ca14e829e19c5ae9ac722086ba374fa3e.tar.gz bcm5719-llvm-14c2067ca14e829e19c5ae9ac722086ba374fa3e.zip |
Fix grammar.
llvm-svn: 178624
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.h b/llvm/lib/CodeGen/AsmPrinter/DIE.h index 18b6966e18d..c332aa2a7db 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIE.h +++ b/llvm/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 { |