Skip to content

Commit 91d6cdd

Browse files
jonwoodruffbsdjhb
authored andcommitted
Fix typos and misspellings.
1 parent fcbec12 commit 91d6cdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chap-cheri-x86-64.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ \subsection{Unique Architectural Features}
140140
\item A new exception code is used to report CHERI-related
141141
exceptions.
142142
\item New PTE bits and page-fault exception code bits are defined for
143-
loading and store capabilities in memory.
143+
loading and storing capabilities in memory.
144144
\item The \FSBASE{} and \GSBASE{} registers are extended as
145145
capabilities.
146146
\item As with CHERI-RISC-V, the \cflags{} field contains a single bit
@@ -253,8 +253,8 @@ \subsection{Capability Mode}
253253
will raise a General Protection Fault with the error code set to the
254254
target segment selector.
255255

256-
In capability mode, instructions will use capabity-aware addressing
257-
(Section~\ref{sec:x86:capabity-addressing}) by default. Some existing
256+
In capability mode, instructions will use capability-aware addressing
257+
(Section~\ref{sec:x86:capability-addressing}) by default. Some existing
258258
opcodes will also assume a capability sized operand in this mode.
259259
Finally, instructions which work with the stack would use \CSP{} as
260260
the implicit stack pointer.
@@ -1401,7 +1401,7 @@ \subsection{Capability Mode}
14011401
plain 64-bit mode or capability mode. By storing the mode in
14021402
capability metadata protected by sealing, sealed code capabilities can
14031403
only be used in the intended mode. Also, while it may be less
1404-
flexible to permit the stack alignment to be chosen orthgonally to the
1404+
flexible to permit the stack alignment to be chosen orthogonally to the
14051405
default instruction encoding mode, it does not seem useful in
14061406
practice. Instead, capability mode is designed as a single knob to
14071407
optimize pure capability code.

0 commit comments

Comments
 (0)