manual: Fix spelling of init domain cap slot constant.
This commit is contained in:
parent
cb250d4c5e
commit
4e2d71aa02
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ The first 12 slots contain specific capabilities as listed in
|
|||
\\
|
||||
0x9 & \texttt{seL4\_CapBootInfoFrame} & BootInfo frame (see \autoref{ch:bootup:bootinfo}) \\
|
||||
0xa & \texttt{seL4\_CapInitThreadIPCBuffer} & initial thread's IPC buffer (see \autoref{sec:messageinfo}) \\
|
||||
0xb & \texttt{seL4\_CapDom} & domain cap (see \autoref{sec:domains}) \\
|
||||
0xb & \texttt{seL4\_CapDomain} & domain cap (see \autoref{sec:domains}) \\
|
||||
\bottomrule
|
||||
\end{tabularx}
|
||||
\end{center}
|
||||
|
|
|
|||
Loading…
Reference in a new issue