From: Valentin Clement Date: Fri, 2 Sep 2022 21:00:59 +0000 (+0200) Subject: [mlir][openacc][NFC] Fix typo X-Git-Tag: upstream/17.0.6~34562 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41c5efa850194076daacfe0c8136aae441bca946;p=platform%2Fupstream%2Fllvm.git [mlir][openacc][NFC] Fix typo --- diff --git a/mlir/include/mlir/Conversion/OpenACCToLLVM/ConvertOpenACCToLLVM.h b/mlir/include/mlir/Conversion/OpenACCToLLVM/ConvertOpenACCToLLVM.h index bf8cebc..811533d 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.