summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmStreamer.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-08 22:49:42 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-08 22:49:42 +0000
commit5c2eef6aed2ad1d716c1e393cb36e164d169ae2c (patch)
tree86a359132d8f790a478c31a7c8891f82352638ad /lib/MC/MCAsmStreamer.cpp
parent97cd3cf9b0e856e7a35bd8c8e6d302d18858577f (diff)
downloadllvm-5c2eef6aed2ad1d716c1e393cb36e164d169ae2c.tar.gz
llvm-5c2eef6aed2ad1d716c1e393cb36e164d169ae2c.tar.bz2
llvm-5c2eef6aed2ad1d716c1e393cb36e164d169ae2c.tar.xz
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134763 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmStreamer.cpp')
-rw-r--r--lib/MC/MCAsmStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCAsmStreamer.cpp b/lib/MC/MCAsmStreamer.cpp
index 4ea1c9fb84..d0d69bcb96 100644
--- a/lib/MC/MCAsmStreamer.cpp
+++ b/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) {