Skip to content

Commit 874a2ce

Browse files
committed
documentation: fs: Add missing word
1 parent ad31986 commit 874a2ce

File tree

1 file changed

+2
-2
lines changed
  • Documentation/teaching/lectures

1 file changed

+2
-2
lines changed

Documentation/teaching/lectures/fs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ abstractions are depicted.
110110
Multiple file descriptors can point to the same *file* because we can
111111
use the :c:func:`dup` system call to duplicate a file descriptor.
112112

113-
Multiple *file* abstractions can point to the same *dentry* if we the
114-
same path multiple times.
113+
Multiple *file* abstractions can point to the same *dentry* if we open
114+
the same path multiple times.
115115

116116
Multiple *dentries* can point to the same *inode* when hard links are
117117
used.

0 commit comments

Comments
 (0)