fuse: fix a typo

s/reponsible/responsible/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
Bhaskar Chowdhury 2021-03-26 06:46:42 +05:30 committed by Miklos Szeredi
parent a73d47f577
commit aa6ff555f0
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ struct fuse_conn {
/** Use enhanced/automatic page cache invalidation. */
unsigned auto_inval_data:1;
/** Filesystem is fully reponsible for page cache invalidation. */
/** Filesystem is fully responsible for page cache invalidation. */
unsigned explicit_inval_data:1;
/** Does the filesystem support readdirplus? */