diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
commit | 35521e231034815b6962eff0dbbd8ee132038784 (patch) | |
tree | 434141fe9ab99916e5338540fb277099c3bc6020 /llvm/lib/MC/MCAssembler.cpp | |
parent | 7f3e84c9fdb9628ba81ecffcc7d40ee1a1de7939 (diff) | |
download | bcm5719-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.cpp | 2 |
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)) |