Skip to content

Commit af84de8

Browse files
committed
Fix typo
1 parent 2434235 commit af84de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/IPO/GlobalOpt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ bool SILGlobalOpt::run() {
12061206
Module->eraseGlobalVariable(global);
12071207
}
12081208

1209-
// Reset incase we re-run this function (when HasChanged is true).
1209+
// Reset in case we re-run this function (when HasChanged is true).
12101210
reset();
12111211
return HasChanged;
12121212
}

0 commit comments

Comments
 (0)