We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78aa8b commit 872efb0Copy full SHA for 872efb0
lld/ELF/LTO.cpp
@@ -57,9 +57,9 @@ static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) {
57
return ret;
58
}
59
60
-// The merged bitcode after LTO is large. Try openning a file stream that
+// The merged bitcode after LTO is large. Try opening a file stream that
61
// 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
+// flush buffered data to reduce memory consumption. If this fails, open a file
63
// stream that supports only write.
64
static std::unique_ptr<raw_fd_ostream> openLTOOutputFile(StringRef file) {
65
std::error_code ec;
0 commit comments