diff options
Diffstat (limited to 'llvm/lib/MC/MCAsmStreamer.cpp')
-rw-r--r-- | llvm/lib/MC/MCAsmStreamer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCAsmStreamer.cpp b/llvm/lib/MC/MCAsmStreamer.cpp index 589716bfe8c..69f4a5d0147 100644 --- a/llvm/lib/MC/MCAsmStreamer.cpp +++ b/llvm/lib/MC/MCAsmStreamer.cpp @@ -1609,8 +1609,8 @@ void MCAsmStreamer::AddEncodingComment(const MCInst &Inst, } } OS << "]"; - // If we are not going to add fixup or schedul comments after this point then - // we have to end the current comment line with "\n". + // If we are not going to add fixup or schedule comments after this point + // then we have to end the current comment line with "\n". if (Fixups.size() || !PrintSchedInfo) OS << "\n"; |