From 64df708400aa33376bce4b41b985716119ffa9d7 Mon Sep 17 00:00:00 2001 From: georgerim Date: Wed, 23 Oct 2019 12:22:52 +0300 Subject: [PATCH] [lib/ObjectYAML] - Add a full stop to the comment. NFC. A test commit. --- llvm/lib/ObjectYAML/ELFEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/ObjectYAML/ELFEmitter.cpp b/llvm/lib/ObjectYAML/ELFEmitter.cpp index e0faed2..8ba1608 100644 --- a/llvm/lib/ObjectYAML/ELFEmitter.cpp +++ b/llvm/lib/ObjectYAML/ELFEmitter.cpp @@ -1119,7 +1119,7 @@ bool ELFState::writeELF(raw_ostream &OS, ELFYAML::Object &Doc, std::vector SHeaders; State.initSectionHeaders(SHeaders, CBA); - // Now we can decide segment offsets + // Now we can decide segment offsets. State.setProgramHeaderLayout(PHeaders, SHeaders); if (State.HasError) -- 2.7.4