Skip to content

Commit 23d894e

Browse files
committed
llvm-reduce: Fix comment typo
1 parent adbe9e2 commit 23d894e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void llvm::reduceFunctionsDeltaPass(Oracle &O, ReducerWorkItem &WorkItem) {
4242
});
4343

4444
// Then, drop body of each of them. We want to batch this and do nothing else
45-
// here so that minimal number of remaining exteranal uses will remain.
45+
// here so that minimal number of remaining external uses will remain.
4646
for (Constant *F : FuncsToRemove)
4747
F->dropAllReferences();
4848

0 commit comments

Comments
 (0)