Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in rep range section #546

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cap-description.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ or 'root' capability.

The new address, after updating the address of a capability, is within the
_representable range_ if decompressing the capability's bounds with the
original and new addresses yields the same base and top addresses.
original and new addresses yields the same base and top bounds.

In other words, given a capability with address _a_ and the
new address `a' = a + x`, the bounds _b_ and _t_ are decoded using _a_ and the
Expand Down
Loading