[Mlir-commits] [mlir] bab3f32 - [mlir] Fixed a typo.

Kirill Stoimenov llvmlistbot at llvm.org
Tue Nov 2 14:39:36 PDT 2021


Author: Kirill Stoimenov
Date: 2021-11-02T21:39:10Z
New Revision: bab3f32d6b668600c9f0677f93be7df602d57cc1

URL: https://github.com/llvm/llvm-project/commit/bab3f32d6b668600c9f0677f93be7df602d57cc1
DIFF: https://github.com/llvm/llvm-project/commit/bab3f32d6b668600c9f0677f93be7df602d57cc1.diff

LOG: [mlir] Fixed a typo.

Reviewed By: kda

Differential Revision: https://reviews.llvm.org/D113053

Added: 
    

Modified: 
    mlir/include/mlir-c/Interfaces.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir-c/Interfaces.h b/mlir/include/mlir-c/Interfaces.h
index f03dd6ea5c83..87862834201d 100644
--- a/mlir/include/mlir-c/Interfaces.h
+++ b/mlir/include/mlir-c/Interfaces.h
@@ -45,7 +45,7 @@ mlirOperationImplementsInterfaceStatic(MlirStringRef operationName,
 MLIR_CAPI_EXPORTED MlirTypeID mlirInferTypeOpInterfaceTypeID();
 
 /// These callbacks are used to return multiple types from functions while
-/// transferring ownerhsip to the caller. The first argument is the number of
+/// transferring ownership to the caller. The first argument is the number of
 /// consecutive elements pointed to by the second argument. The third argument
 /// is an opaque pointer forwarded to the callback by the caller.
 typedef void (*MlirTypesCallback)(intptr_t, MlirType *, void *);


        


More information about the Mlir-commits mailing list