[mlir][openacc][NFC] Fix typo
authorValentin Clement <clementval@gmail.com>
Fri, 2 Sep 2022 21:00:59 +0000 (23:00 +0200)
committerValentin Clement <clementval@gmail.com>
Fri, 2 Sep 2022 21:01:22 +0000 (23:01 +0200)
mlir/include/mlir/Conversion/OpenACCToLLVM/ConvertOpenACCToLLVM.h

index bf8cebc..811533d 100644 (file)
@@ -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.