| Index: src/IceELFObjectWriter.h
|
| diff --git a/src/IceELFObjectWriter.h b/src/IceELFObjectWriter.h
|
| index 0562c9b32f26d00aa9153f11c16d18da93765fdd..c2d7157ea20e1a59314d1d7d2320c4190d311d6d 100644
|
| --- a/src/IceELFObjectWriter.h
|
| +++ b/src/IceELFObjectWriter.h
|
| @@ -146,7 +146,8 @@ private:
|
| void assignRelLinkNum(SizeT SymTabNumber, RelSectionList &RelSections);
|
|
|
| /// Helper function for writeDataSection. Writes a data section of type
|
| - /// SectionType, given the global variables Vars belonging to that SectionType.
|
| + /// SectionType, given the global variables Vars belonging to that
|
| + /// SectionType.
|
| void writeDataOfType(SectionType SectionType,
|
| const VariableDeclarationList &Vars,
|
| FixupKind RelocationKind,
|
|
|