Skip to content

Commit ac65fb6

Browse files
fabianmcgjoker-eph
andauthored
Update mlir/include/mlir/Dialect/Ptr/IR/PtrAttrDefs.td
Co-authored-by: Mehdi Amini <[email protected]>
1 parent 966d174 commit ac65fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Ptr/IR/PtrAttrDefs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def Ptr_AddressAttr : Ptr_Attr<"Address", "address", [
3131
]> {
3232
let summary = "Address attribute";
3333
let description = [{
34-
The `address` attribute represents a raw memory address.
34+
The `address` attribute represents a raw memory address, expressed in bytes.
3535

3636
Example:
3737

0 commit comments

Comments
 (0)