Skip to content

Commit 872efb0

Browse files
committed
fix comment typo to cycle bots
1 parent f78aa8b commit 872efb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/ELF/LTO.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) {
5757
return ret;
5858
}
5959

60-
// The merged bitcode after LTO is large. Try openning a file stream that
60+
// The merged bitcode after LTO is large. Try opening a file stream that
6161
// supports reading, seeking and writing. Such a file allows BitcodeWriter to
62-
// flush buffered data to reduce memory comsuption. If this fails, open a file
62+
// flush buffered data to reduce memory consumption. If this fails, open a file
6363
// stream that supports only write.
6464
static std::unique_ptr<raw_fd_ostream> openLTOOutputFile(StringRef file) {
6565
std::error_code ec;

0 commit comments

Comments
 (0)