Skip to content

Commit

Permalink
Partially revert "Typos fix in naming.adoc and hypervisor.adoc" (#1554)
Browse files Browse the repository at this point in the history
This partially reverts commit 7880c71.

"X need only be Y" is grammatically correct.
  • Loading branch information
aswaterman authored Jul 23, 2024
1 parent 65c3e05 commit 6024788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hypervisor.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ are documented in <<tinst-vals>>.
.Hypervisor trap instruction (`htinst`) register.
include::images/bytefield/htinstreg.edn[]

`htinst` is a *WARL* register that only needs to be able to hold the values that
`htinst` is a *WARL* register that need only be able to hold the values that
the implementation may automatically write to it on a trap.

[[hgatp]]
Expand Down Expand Up @@ -1583,7 +1583,7 @@ are documented in <<tinst-vals>>.
.Machine trap instruction (`mtinst`) register.
include::images/bytefield/mtinstreg.edn[]

`mtinst` is a *WARL* register that only needs to be able to hold the values that
`mtinst` is a *WARL* register that need only be able to hold the values that
the implementation may automatically write to it on a trap.

[[two-stage-translation]]
Expand Down

0 comments on commit 6024788

Please sign in to comment.