mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[gardening] Fix a vs an typos.
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
||||
if (programHeaders == nullptr) {
|
||||
return;
|
||||
}
|
||||
// If a interpreter is set in the program headers then this is a
|
||||
// If an interpreter is set in the program headers then this is a
|
||||
// dynamic executable and therefore not valid.
|
||||
for (size_t idx = 0; idx < elfHeader.e_phnum; idx++) {
|
||||
if (programHeaders[idx].p_type == PT_INTERP) {
|
||||
|
||||
Reference in New Issue
Block a user