fuse: fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Fri, 26 Mar 2021 01:16:42 +0000 (06:46 +0530)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 14 Apr 2021 08:40:57 +0000 (10:40 +0200)
s/reponsible/responsible/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/fuse_i.h

index 79c98df..e7775d9 100644 (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? */