Skip to content

Commit 727f067

Browse files
committed
Fixed typo
1 parent 765fb61 commit 727f067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Optimizer/Transforms/CUFCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static constexpr llvm::StringRef cudaDeviceModuleName = "cuda_device_mod";
1616

1717
namespace cuf {
1818

19-
/// Retrieve or create the CUDA Fortran GPU module in the give in \p mod.
19+
/// Retrieve or create the CUDA Fortran GPU module in the given \p mod.
2020
mlir::gpu::GPUModuleOp getOrCreateGPUModule(mlir::ModuleOp mod,
2121
mlir::SymbolTable &symTab);
2222

0 commit comments

Comments
 (0)