Skip to content

Commit cdd9faa

Browse files
committed
fix wording
1 parent 0cae897 commit cdd9faa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

file-api.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -739,9 +739,9 @@
739739
\pageref{MMAP}), all other operations on devices (e.g. setting parameters,
740740
locking, or eject) are performed using the \texttt{ioctl} system call.
741741
\item When setting flags, always get the present flags first. Even when you
742-
know the flags are zero, you never know how the code is modified in the future,
743-
and what other flags are possibly added. So, you should always use something
744-
like the following when setting a new flag:
742+
know the flags are zero, you never know how the code will be modified in the
743+
future, and what other flags are possibly added. So, you should always use
744+
something like the following when setting a new flag:
745745

746746
\begin{verbatim}
747747
flags = fcntl(fd, F_GETFL);

0 commit comments

Comments
 (0)