Skip to content

Commit 008d166

Browse files
zero9178gysit
andauthored
Update mlir/include/mlir/Dialect/LLVMIR/LLVMTypes.td
Co-authored-by: Tobias Gysi <[email protected]>
1 parent dfdc4b1 commit 008d166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/LLVMTypes.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def LLVMStructType : LLVMType<"LLVMStruct", "struct", [
132132

133133
let description = [{
134134
LLVM dialect structure type representing a collection of different-typed
135-
elements manipulated together. Structured can optionally be packed, meaning
135+
elements manipulated together. Struct types can optionally be packed, meaning
136136
that their elements immediately follow each other in memory without
137137
accounting for potential alignment.
138138

0 commit comments

Comments
 (0)