Skip to content

Commit cef4554

Browse files
committed
Fix spelling
1 parent bf46263 commit cef4554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/OpenMP/PrivateReductionUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ class PopulateInitAndCleanupRegionsHelper {
311311
/// Any length parameters which have been fetched for the type
312312
mlir::SmallVector<mlir::Value> lenParams;
313313

314-
/// If the source variable being privatized definately can't have non-default
314+
/// If the source variable being privatized definitely can't have non-default
315315
/// lower bounds then we don't need to generate code to read them.
316316
bool cannotHaveNonDefaultLowerBounds;
317317

0 commit comments

Comments
 (0)