summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAssembler.cpp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-07-23 08:51:15 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-07-23 08:51:15 +0000
commit35521e231034815b6962eff0dbbd8ee132038784 (patch)
tree434141fe9ab99916e5338540fb277099c3bc6020 /llvm/lib/MC/MCAssembler.cpp
parent7f3e84c9fdb9628ba81ecffcc7d40ee1a1de7939 (diff)
downloadbcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.tar.gz
bcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.zip
Fix a typo (the the => the)
llvm-svn: 160621
Diffstat (limited to 'llvm/lib/MC/MCAssembler.cpp')
-rw-r--r--llvm/lib/MC/MCAssembler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAssembler.cpp b/llvm/lib/MC/MCAssembler.cpp
index 66ba9b81f3a..8329ce8a4c2 100644
--- a/llvm/lib/MC/MCAssembler.cpp
+++ b/llvm/lib/MC/MCAssembler.cpp
@@ -403,7 +403,7 @@ static void WriteFragmentData(const MCAssembler &Asm, const MCAsmLayout &Layout,
// See if we are aligning with nops, and if so do that first to try to fill
// the Count bytes. Then if that did not fill any bytes or there are any
- // bytes left to fill use the the Value and ValueSize to fill the rest.
+ // bytes left to fill use the Value and ValueSize to fill the rest.
// If we are aligning with nops, ask that target to emit the right data.
if (AF.hasEmitNops()) {
if (!Asm.getBackend().writeNopData(Count, OW))
OpenPOWER on IntegriCloud