Grammar-o.
authorEric Christopher <echristo@apple.com>
Sat, 25 Feb 2012 01:02:44 +0000 (01:02 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 25 Feb 2012 01:02:44 +0000 (01:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151418 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCDwarf.cpp

index 1b6dbdc3a387708161bb2ff83d9ddcc2eb5e946e..614549e52399560f26af0a2d2bbf4e54bcdb5147 100644 (file)
@@ -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;