Skip to content

Commit 8272958

Browse files
ChinYikMingtavip
authored andcommitted
fixed typo
1 parent fd88723 commit 8272958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/teaching/labs/filesystems_part2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ In the minix case, the function is ``minix_lookup``.
477477
This function is called indirectly when information about the inode associated with an entry in a directory is needed.
478478
Such a function performs the following operations:
479479

480-
#. Searces in the directory indicated by ``dir`` the entry having the name ``dentry->d_name.name``.
480+
#. Searches in the directory indicated by ``dir`` the entry having the name ``dentry->d_name.name``.
481481
#. If the entry is found, it will return ``NULL`` and associate the inode with the name using the :c:func:`d_add` function.
482482
#. Otherwise, returns ``ERR_PTR``.
483483

0 commit comments

Comments
 (0)