mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Fix recently introduced typo: "extry" → "entry"
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user