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 a0a2a1f commit 18cd9ebCopy full SHA for 18cd9eb
llvm/lib/MC/GOFFObjectWriter.cpp
@@ -429,7 +429,7 @@ void GOFFWriter::writeHeader() {
429
430
void GOFFWriter::writeSymbol(const GOFFSymbol &Symbol) {
431
if (Symbol.Offset >= (((uint64_t)1) << 31))
432
- report_fatal_error("ESD offset outof range");
+ report_fatal_error("ESD offset out of range");
433
434
// All symbol names are in EBCDIC.
435
SmallString<256> Name;
0 commit comments