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 ad3ceda commit 89a4f1aCopy full SHA for 89a4f1a
llvm/lib/Object/XCOFFObjectFile.cpp
@@ -1246,7 +1246,7 @@ Expected<bool> XCOFFSymbolRef::isFunction() const {
1246
CsectAuxRef.getStorageMappingClass() != XCOFF::XMC_GL)
1247
return false;
1248
1249
- // A function definition should not be a common type symbol or a external
+ // A function definition should not be a common type symbol or an external
1250
// symbol.
1251
if (CsectAuxRef.getSymbolType() == XCOFF::XTY_CM ||
1252
CsectAuxRef.getSymbolType() == XCOFF::XTY_ER)
0 commit comments