Skip to content

Commit

Permalink
Fix stupid typo
Browse files Browse the repository at this point in the history
Signed-off-by: John Hauser <[email protected]>
  • Loading branch information
jhauser-us authored Jun 12, 2023
1 parent 96dbe7c commit f7b2499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/src/CSRs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ \section{Machine-level CSRs}
filtering and virtual interrupts for supervisor level.
These facilities are explained in Section~\ref{sec:virtIntrs-S}.

If extension Smcsrind if also implemented, then when \z{miselect}
If extension Smcsrind is also implemented, then when \z{miselect}
has a value in the range \z{0x30}--\z{0x3F} or \z{0x70}--\z{0xFF},
attempts to access alias CSRs \z{mireg2} through \z{mireg6}
raise an illegal instruction exception.
Expand Down Expand Up @@ -230,7 +230,7 @@ \section{Supervisor-level CSRs}
is pending and enabled for supervisor level, as specified in
Section~\ref{sec:stopi}.

If extension Sscsrind if also implemented, then when \z{siselect}
If extension Sscsrind is also implemented, then when \z{siselect}
has a value in the range \z{0x30}--\z{0x3F} or \z{0x70}--\z{0xFF},
attempts to access alias CSRs \z{sireg2} through \z{sireg6}
raise an illegal instruction exception (unless executing
Expand Down Expand Up @@ -389,7 +389,7 @@ \section{Hypervisor and VS CSRs}
The use of these registers is covered in Chapter~\ref{ch:VSLevel} on
interrupts for virtual machines.

If extension Sscsrind if also implemented, then when \z{vsiselect} has
If extension Sscsrind is also implemented, then when \z{vsiselect} has
a value in the range \z{0x30}--\z{0x3F} or \z{0x70}--\z{0xFF},
attempts from privilege modes other than VS or VU to access alias CSRs
\z{vsireg2} through \z{vsireg6} raise an illegal instruction exception,
Expand Down

0 comments on commit f7b2499

Please sign in to comment.