diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2023-03-29 14:47:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 19:47:13 +0100 |
commit | 0f8cb2888311868be83c208fef26d2139af41712 (patch) | |
tree | 9327f7ae13fc2c6907e8eb21051e94bf0ebeab21 /include/fuse_lowlevel.h | |
parent | ed9be128370c93b93895bb1bb61cc1e606277613 (diff) | |
download | libfuse-0f8cb2888311868be83c208fef26d2139af41712.tar.gz |
Fix typos and configure spellcheck for PRs
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r-- | include/fuse_lowlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 31eb452..6500e29 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -1680,7 +1680,7 @@ int fuse_lowlevel_notify_inval_inode(struct fuse_session *se, fuse_ino_t ino, * parent/name * * To avoid a deadlock this function must not be called in the - * execution path of a related filesytem operation or within any code + * execution path of a related filesystem operation or within any code * that could hold a lock that could be needed to execute such an * operation. As of kernel 4.18, a "related operation" is a lookup(), * symlink(), mknod(), mkdir(), unlink(), rename(), link() or create() @@ -1744,7 +1744,7 @@ int fuse_lowlevel_notify_expire_entry(struct fuse_session *se, fuse_ino_t parent * that the dentry has been deleted. * * To avoid a deadlock this function must not be called while - * executing a related filesytem operation or while holding a lock + * executing a related filesystem operation or while holding a lock * that could be needed to execute such an operation (see the * description of fuse_lowlevel_notify_inval_entry() for more * details). |