Skip to content

Commit 4c4aeaf

Browse files
committed
Fix comment typo
1 parent 2e95edb commit 4c4aeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ rewriteCallOrInvoke(mlir::Operation *op, mlir::ValueRange callOperands,
932932
fn.getFunctionType());
933933
assert(llvmFnTy && "Failed to convert function type");
934934
} else if (auto alias = mlir::cast<mlir::LLVM::AliasOp>(callee)) {
935-
// If the callee wasan alias. In that case,
935+
// If the callee was an alias. In that case,
936936
// we need to prepend the address of the alias to the operands. The
937937
// way aliases work in the LLVM dialect is a little counter-intuitive.
938938
// The AliasOp itself is a pseudo-function that returns the address of

0 commit comments

Comments
 (0)