We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad31986 commit 874a2ceCopy full SHA for 874a2ce
Documentation/teaching/lectures/fs.rst
@@ -110,8 +110,8 @@ abstractions are depicted.
110
Multiple file descriptors can point to the same *file* because we can
111
use the :c:func:`dup` system call to duplicate a file descriptor.
112
113
-Multiple *file* abstractions can point to the same *dentry* if we the
114
-same path multiple times.
+Multiple *file* abstractions can point to the same *dentry* if we open
+the same path multiple times.
115
116
Multiple *dentries* can point to the same *inode* when hard links are
117
used.
0 commit comments