[Mlir-commits] [mlir] 41c5efa - [mlir][openacc][NFC] Fix typo

Valentin Clement llvmlistbot at llvm.org
Fri Sep 2 14:01:39 PDT 2022


Author: Valentin Clement
Date: 2022-09-02T23:01:22+02:00
New Revision: 41c5efa850194076daacfe0c8136aae441bca946

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

LOG: [mlir][openacc][NFC] Fix typo

Added: 
    

Modified: 
    mlir/include/mlir/Conversion/OpenACCToLLVM/ConvertOpenACCToLLVM.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Conversion/OpenACCToLLVM/ConvertOpenACCToLLVM.h b/mlir/include/mlir/Conversion/OpenACCToLLVM/ConvertOpenACCToLLVM.h
index bf8cebc36a9bc..811533d2775d4 100644
--- a/mlir/include/mlir/Conversion/OpenACCToLLVM/ConvertOpenACCToLLVM.h
+++ b/mlir/include/mlir/Conversion/OpenACCToLLVM/ConvertOpenACCToLLVM.h
@@ -30,7 +30,7 @@ static constexpr unsigned kSizePosInDataDescriptor = 2;
 /// The Value may be null, in which case none of the operations are valid.
 ///
 /// The data descriptor holds information needed to perform data operations
-/// and movments with the runtime.
+/// and movements with the runtime.
 /// `BasePointer`: base of the pointer being mapped.
 /// `Pointer`: actual pointer of the data being mapped.
 /// `Size`: size of the data being mapped.


        


More information about the Mlir-commits mailing list