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/WinCOFFObjectWriter.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/WinCOFFObjectWriter.cpp')
-rw-r--r-- | llvm/lib/MC/WinCOFFObjectWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/WinCOFFObjectWriter.cpp b/llvm/lib/MC/WinCOFFObjectWriter.cpp index 5ae2d925d78..6d270209b74 100644 --- a/llvm/lib/MC/WinCOFFObjectWriter.cpp +++ b/llvm/lib/MC/WinCOFFObjectWriter.cpp @@ -351,7 +351,7 @@ object_t *WinCOFFObjectWriter::createCOFFEntity(StringRef Name, /// and creates the associated COFF section staging object. void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) { assert(SectionData.getSection().getVariant() == MCSection::SV_COFF - && "Got non COFF section in the COFF backend!"); + && "Got non-COFF section in the COFF backend!"); // FIXME: Not sure how to verify this (at least in a debug build). MCSectionCOFF const &Sec = static_cast<MCSectionCOFF const &>(SectionData.getSection()); |