File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ r[abi.compatibility.equivalence]
13
13
Two types ` T ` and ` U ` are * abi compatible* if:
14
14
* They are the same type,
15
15
* ` U ` is * abi compatible* with ` T ` , or
16
- * There exists a type ` V ` , such that ` T ` is * abi compatible* with ` V ` an ` V ` is * abi compatuble * with ` U ` ,
16
+ * There exists a type ` V ` , such that ` T ` is * abi compatible* with ` V ` an ` V ` is * abi compatible * with ` U ` ,
17
17
18
18
> [ !NOTE]
19
19
> These properties ensure that * abi compatibility* is an equivalence relation.
20
20
21
21
r[ abi.compatibility.integer]
22
- Two [ integer types] are * abi compatible* if they have the same size and the same signednes
22
+ Two [ integer types] are * abi compatible* if they have the same size and the same signedness
23
23
24
24
> [ !NOTE]
25
25
> In particular, ` usize ` is * abi compatible* with ` uN ` , and ` isize ` is * abi compatible* with ` iN ` where ` N ` is the target_pointer_width.
You can’t perform that action at this time.
0 commit comments