Skip to content

Commit 9a9913b

Browse files
committed
Did spell checking on level-ext chapter
1 parent d376b81 commit 9a9913b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/level-ext.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ NOTE: if W=0 or C=0 then SL is irrelevant
137137

138138
[#section_ext_cheri_multiple_levels]
139139
=== Extending {cheri_levels_ext_name} to more than two levels
140-
When `LVLBITS>1`, the behaviour of <<ACPERM>> can no longer use masking to adjust the <<section_cap_level>> or <<sl_perm>>, but instead must perform an integer minimum operation on those `LVLBITS`-wide fields.
140+
When `LVLBITS>1`, the behavior of <<ACPERM>> can no longer use masking to adjust the <<section_cap_level>> or <<sl_perm>>, but instead must perform an integer minimum operation on those `LVLBITS`-wide fields.
141141
The <<section_cap_level,CL>> field of the resulting capability is set to `min(rs2[CL], cs1[CL])` (equivalent to `rs2[CL] & cs1[CL]` for `LVLBITS=1`).
142142
Similarly, <<sl_perm>> is set to `min(rs2[SL], cs1[SL])` (equivalent to `rs2[SL] & cs1[SL]` for `LVLBITS=1`).
143143

0 commit comments

Comments
 (0)