[gardening] Fix a vs an typos.

This commit is contained in:
practicalswift
2017-01-21 10:47:25 +01:00
parent b0637c3462
commit 95e47eceb7
4 changed files with 7 additions and 7 deletions

View File

@@ -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) {