Skip to content

Commit 356b843

Browse files
[gardening] Fix recently introduced typo: "invaldiated" → "invalidated"
1 parent 4e33d50 commit 356b843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SILOptimizer/Analysis/CallerAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class CallerAnalysis : public SILAnalysis {
7878

7979
/// Return true if the function has a caller inside current module.
8080
bool existCaller(SILFunction *F) {
81-
// Recompute every function in the invaldiated function list and empty the
81+
// Recompute every function in the invalidated function list and empty the
8282
// list.
8383
for (auto &F : RecomputeFunctionList) {
8484
processFunctionCallSites(F);

0 commit comments

Comments
 (0)