From 3c3cdcc270515de95a4982db3073b9fdf44a5c2e Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 25 Feb 2012 01:02:44 +0000 Subject: [PATCH] Grammar-o. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151418 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/MCDwarf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MC/MCDwarf.cpp b/lib/MC/MCDwarf.cpp index 1b6dbdc3a38..614549e5239 100644 --- a/lib/MC/MCDwarf.cpp +++ b/lib/MC/MCDwarf.cpp @@ -715,7 +715,7 @@ void MCGenDwarfInfo::Emit(MCStreamer *MCOS) { // void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, SourceMgr &SrcMgr, SMLoc &Loc) { - // We won't create dwarf label's for temporary symbols or symbols not in + // We won't create dwarf labels for temporary symbols or symbols not in // the default text. if (Symbol->isTemporary()) return;