Skip to content

Commit 742f663

Browse files
committed
fix comment typo to cycle bots
1 parent 4ca39da commit 742f663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lld/MachO/MapFile.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ void macho::writeMapFile() {
104104
return;
105105
}
106106

107-
// Dump output path
107+
// Dump output path.
108108
os << format("# Path: %s\n", config->outputFile.str().c_str());
109109

110-
// Dump output architecure
110+
// Dump output architecture.
111111
os << format("# Arch: %s\n",
112112
getArchitectureName(config->target.Arch).str().c_str());
113113

114-
// Dump table of object files
114+
// Dump table of object files.
115115
os << "# Object files:\n";
116116
os << format("[%3u] %s\n", 0, (const char *)"linker synthesized");
117117
uint32_t fileIndex = 1;

0 commit comments

Comments
 (0)