diff options
| author | Alp Toker <alp@nuanti.com> | 2013-12-05 05:44:44 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2013-12-05 05:44:44 +0000 |
| commit | f907b891da1641034f0603b0c6bc00b7aa4d1f4a (patch) | |
| tree | 5244d8cc797bc53b3b0044368fb9cbcb6700fed8 /llvm/lib/MC/MachObjectWriter.cpp | |
| parent | 01d19d0299495e1dbe95ac2bed79e5c0af66391c (diff) | |
| download | bcm5719-llvm-f907b891da1641034f0603b0c6bc00b7aa4d1f4a.tar.gz bcm5719-llvm-f907b891da1641034f0603b0c6bc00b7aa4d1f4a.zip | |
Correct word hyphenations
This patch tries to avoid unrelated changes other than fixing a few
hyphen-related ambiguities and contractions in nearby lines.
llvm-svn: 196471
Diffstat (limited to 'llvm/lib/MC/MachObjectWriter.cpp')
| -rw-r--r-- | llvm/lib/MC/MachObjectWriter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/MC/MachObjectWriter.cpp b/llvm/lib/MC/MachObjectWriter.cpp index 8234affc54d..4143d783e29 100644 --- a/llvm/lib/MC/MachObjectWriter.cpp +++ b/llvm/lib/MC/MachObjectWriter.cpp @@ -446,7 +446,7 @@ void MachObjectWriter::BindIndirectSymbols(MCAssembler &Asm) { } } - // Bind non lazy symbol pointers first. + // Bind non-lazy symbol pointers first. unsigned IndirectIndex = 0; for (MCAssembler::indirect_symbol_iterator it = Asm.indirect_symbol_begin(), ie = Asm.indirect_symbol_end(); it != ie; ++it, ++IndirectIndex) { @@ -917,7 +917,7 @@ void MachObjectWriter::WriteObject(MCAssembler &Asm, for (MCAssembler::const_indirect_symbol_iterator it = Asm.indirect_symbol_begin(), ie = Asm.indirect_symbol_end(); it != ie; ++it) { - // Indirect symbols in the non lazy symbol pointer section have some + // Indirect symbols in the non-lazy symbol pointer section have some // special handling. const MCSectionMachO &Section = static_cast<const MCSectionMachO&>(it->SectionData->getSection()); |

