Skip to content

Commit e841868

Browse files
committed
fix typo
1 parent 0b828a2 commit e841868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
(\texttt{SOCK\_STREAM} does not divide data, nothing is discarded).
613613
\item flags \emph{\texttt{flg}} can be:
614614
\begin{itemize}
615-
\item \texttt{MSG\_PEEK} \dots{} message it considered not read, next
615+
\item \texttt{MSG\_PEEK} \dots{} message is considered not read, next
616616
\texttt{recvfrom} will return it again
617617
\item \texttt{MSG\_OOB} \dots{} reads urgent (out-of-band) data
618618
\item \texttt{MSG\_WAITALL} \dots{} waits for the buffer to fill up

0 commit comments

Comments
 (0)