Skip to content

Commit ae4fea5

Browse files
Update wording allocated to allocation
Co-authored-by: Valentin Clement (バレンタイン クレメン) <[email protected]>
1 parent 6c92855 commit ae4fea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/OpenACC/OpenACCTypeInterfaces.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def OpenACC_MappableTypeInterface : TypeInterface<"MappableType"> {
190190
would terminate a recipe.
191191

192192
The `extents` are optional and can be empty - it is only when a
193-
slice of the private variable needs allocated.
193+
slice of the private variable needs allocation.
194194
The `initVal` can be empty - it is primarily needed for reductions
195195
to ensure the variable is also initialized with appropriate value.
196196

0 commit comments

Comments
 (0)