manual: Fix spelling of init domain cap slot constant.

This commit is contained in:
Matthew Fernandez 2015-02-17 13:34:57 +11:00 committed by Adrian Danis
parent cb250d4c5e
commit 4e2d71aa02

View file

@ -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}