Skip to content

Commit 18cd9eb

Browse files
Update llvm/lib/MC/GOFFObjectWriter.cpp
Co-authored-by: Neumann Hon <[email protected]>
1 parent a0a2a1f commit 18cd9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/MC/GOFFObjectWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ void GOFFWriter::writeHeader() {
429429

430430
void GOFFWriter::writeSymbol(const GOFFSymbol &Symbol) {
431431
if (Symbol.Offset >= (((uint64_t)1) << 31))
432-
report_fatal_error("ESD offset outof range");
432+
report_fatal_error("ESD offset out of range");
433433

434434
// All symbol names are in EBCDIC.
435435
SmallString<256> Name;

0 commit comments

Comments
 (0)