[llvm] r183703 - Fix up comment.
Eric Christopher
echristo at gmail.com
Mon Jun 10 15:24:07 PDT 2013
Author: echristo
Date: Mon Jun 10 17:24:07 2013
New Revision: 183703
URL: http://llvm.org/viewvc/llvm-project?rev=183703&view=rev
Log:
Fix up comment.
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=183703&r1=183702&r2=183703&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h Mon Jun 10 17:24:07 2013
@@ -26,7 +26,7 @@ namespace llvm {
class raw_ostream;
//===--------------------------------------------------------------------===//
- /// DIEAbbrevData - Dwarf abbreviation data, describes the one attribute of a
+ /// DIEAbbrevData - Dwarf abbreviation data, describes one attribute of a
/// Dwarf abbreviation.
class DIEAbbrevData {
/// Attribute - Dwarf attribute code.
More information about the llvm-commits
mailing list