[gardening] Fix recently introduced typo: "extry" → "entry"

This commit is contained in:
practicalswift
2016-03-31 13:42:47 +02:00
parent 85ac0dea00
commit 109cf92d17

View File

@@ -647,7 +647,7 @@ private:
void solveDataFlow(const BlockList &Blocks, int LoopDepth) {
bool Changed = false;
// Compute the distances from the extry block.
// Compute the distances from the entry block.
do {
Changed = false;
for (auto &Block : Blocks) {