Skip to content

Commit 7bfa938

Browse files
committed
Fix typo => popAsyncContext
1 parent 7b510cc commit 7bfa938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/IRGenFunction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class IRGenFunction {
196196

197197
llvm::Value *emitAsyncResumeProjectContext(llvm::Value *callerContextAddr);
198198
llvm::Function *getOrCreateResumePrjFn();
199-
llvm::Value *popAysncContext(llvm::Value *calleeContext);
199+
llvm::Value *popAsyncContext(llvm::Value *calleeContext);
200200
llvm::Function *createAsyncDispatchFn(const FunctionPointer &fnPtr,
201201
ArrayRef<llvm::Value *> args);
202202
llvm::Function *createAsyncDispatchFn(const FunctionPointer &fnPtr,

0 commit comments

Comments
 (0)