Skip to content

Commit 81d3f9a

Browse files
committed
fix typo
1 parent 7c7d739 commit 81d3f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/NVVMDialect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ enum NVVMMemorySpace {
5959
/// and args types (which are llvm types).
6060
/// Args types are only required for overloaded intrinsics to provide the
6161
/// correct argument types to the createIntrinsicCall() method.
62-
/// This type is returned by the getIntrinsicIDAndArgsMaybeWithTypesMaybeWithTypes() methods.
62+
/// This type is returned by the getIntrinsicIDAndArgsMaybeWithTypes() methods.
6363
using IIDArgsMaybeWithTypes =
6464
std::tuple<llvm::Intrinsic::ID, llvm::SmallVector<llvm::Value *>,
6565
llvm::SmallVector<llvm::Type *>>;

0 commit comments

Comments
 (0)