diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2011-07-08 22:49:42 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-08 22:49:42 +0000 |
| commit | 15bc70f765f1f4afeffab2c8d74333779386d6ed (patch) | |
| tree | 85dacfc58a707939478a2d224f615107d39255cb /llvm/lib | |
| parent | a8ce35e07c835ff20180d0cb7f1e6436baa81f5b (diff) | |
| download | llvm-15bc70f765f1f4afeffab2c8d74333779386d6ed.zip llvm-15bc70f765f1f4afeffab2c8d74333779386d6ed.tar.gz llvm-15bc70f765f1f4afeffab2c8d74333779386d6ed.tar.bz2 | |
Fix comment.
llvm-svn: 134763
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/MC/MCAsmStreamer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmStreamer.cpp b/llvm/lib/MC/MCAsmStreamer.cpp index 4ea1c9fb..d0d69bcb 100644 --- a/llvm/lib/MC/MCAsmStreamer.cpp +++ b/llvm/lib/MC/MCAsmStreamer.cpp @@ -1088,7 +1088,7 @@ void MCAsmStreamer::AddEncodingComment(const MCInst &Inst) { } } - // FIXME: Node the fixup comments for Thumb2 are completely bogus since the + // FIXME: Note the fixup comments for Thumb2 are completely bogus since the // high order halfword of a 32-bit Thumb2 instruction is emitted first. OS << "encoding: ["; for (unsigned i = 0, e = Code.size(); i != e; ++i) { |
