Skip to content

Commit 3a55d3e

Browse files
committed
Fix typo
1 parent 98f0217 commit 3a55d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Coroutines/CoroEarly.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void Lowerer::lowerResumeOrDestroy(CallBase &CB,
5353
}
5454

5555
void Lowerer::lowerCoroFrames(Function &F, Value *CoroBegin) {
56-
// Lower with poison if we cannot func coro.begin
56+
// Lower with poison if we cannot find coro.begin
5757
if (CoroBegin == nullptr)
5858
CoroBegin = PoisonValue::get(PointerType::get(F.getContext(), 0));
5959

0 commit comments

Comments
 (0)