Skip to content

Commit 47cf924

Browse files
author
Vladimir Kotal
committed
fix typo
1 parent 811e93b commit 47cf924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file-api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
\item For both calls there are quite a few situations that can happen, and
238238
which are listed in the next few paragraphs. If unsure, consult the standard.
239239
\item \texttt{read} returns a non-zero number of bytes less than \emph{nbyte} if
240-
less then \emph{nbyte} bytes remain in a file, if the call was interrupted
240+
less than \emph{nbyte} bytes remain in a file, if the call was interrupted
241241
by a signal, or if the file is a pipe, device, or socket and there is less than
242242
\emph{nbyte} bytes available at the moment. If there is no data, a blocking
243243
\texttt{read} will block unless some data gets available, a non-blocking

0 commit comments

Comments
 (0)