diff options
author | Eric Christopher <echristo@apple.com> | 2012-02-25 01:02:44 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-02-25 01:02:44 +0000 |
commit | 3c3cdcc270515de95a4982db3073b9fdf44a5c2e (patch) | |
tree | d57da018c132c263fa8580e2ac5076e8332c3219 /lib/MC | |
parent | 3b26eb62946a64409f81c8089a362eb582114342 (diff) |
Grammar-o.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC')
-rw-r--r-- | lib/MC/MCDwarf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCDwarf.cpp b/lib/MC/MCDwarf.cpp index 1b6dbdc3a3..614549e523 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; |