Skip to content

Commit 89a4f1a

Browse files
author
Chen Zheng
committed
address comments
1 parent ad3ceda commit 89a4f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Object/XCOFFObjectFile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ Expected<bool> XCOFFSymbolRef::isFunction() const {
12461246
CsectAuxRef.getStorageMappingClass() != XCOFF::XMC_GL)
12471247
return false;
12481248

1249-
// A function definition should not be a common type symbol or a external
1249+
// A function definition should not be a common type symbol or an external
12501250
// symbol.
12511251
if (CsectAuxRef.getSymbolType() == XCOFF::XTY_CM ||
12521252
CsectAuxRef.getSymbolType() == XCOFF::XTY_ER)

0 commit comments

Comments
 (0)