Skip to content

Commit f401175

Browse files
committed
Fix spelling
1 parent 7fbe43d commit f401175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ cleanupPrivateVars(llvm::IRBuilderBase &builder,
15931593
/// Returns true if the construct contains omp.cancel or omp.cancellation_point
15941594
static bool constructIsCancellable(Operation *op) {
15951595
// omp.cancel and omp.cancellation_point must be "closely nested" so they will
1596-
// be visible and not inside of funcion calls. This is enforced by the
1596+
// be visible and not inside of function calls. This is enforced by the
15971597
// verifier.
15981598
return op
15991599
->walk([](Operation *child) {

0 commit comments

Comments
 (0)