Skip to content

Commit 6313bb4

Browse files
committed
add missing comma
1 parent b9c5543 commit 6313bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124

125125
\begin{itemize}
126126
\item A process will enter a kernel mode either by a
127-
\emph{trap induced by the CPU} (page fault, unknown instruction, etc.)
127+
\emph{trap induced by the CPU} (page fault, unknown instruction, etc.),
128128
\emph{timer} (to invoke scheduler), \emph{interrupt} from a peripheral device,
129129
or synchronous trap (a standard library uses it to hand over the control to
130130
the kernel to service a \emph{system call}).

0 commit comments

Comments
 (0)