Skip to content

Commit 9425b00

Browse files
committed
A mising article.
1 parent b0da00d commit 9425b00

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
@@ -61,7 +61,7 @@
6161
\item Slots in that table point to the \emph{system file table}. There is
6262
only one such a table in kernel. This table carries the opened file mode and
6363
also the \emsl{current file position.} Each \texttt{open} call will create
64-
new entry in the table. However, file descriptor duplication or inheritance
64+
a new entry in the table. However, file descriptor duplication or inheritance
6565
will lead to sharing of the slots.
6666
\item From the system file table, it is pointed to the \emph{system inode
6767
table}. Nowadays the table contains so called \emph{vnodes} -- \emph{virtual

0 commit comments

Comments
 (0)