diff options
author | Connor Kuehl <ckuehl@redhat.com> | 2021-03-18 08:52:23 -0500 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2021-04-14 10:40:56 +0200 |
commit | 4b91459ad283a7b174c7a092e31c470f217d1a31 (patch) | |
tree | e9142905e6af0b9733f27b533c048a59dc125b0d /fs/fuse/fuse_i.h | |
parent | 4f06dd92b5d0a6f8eec6a34b8d6ef3e1f4ac1e10 (diff) |
fuse: fix typo for fuse_conn.max_pages comment
'Maxmum' -> 'Maximum'
Signed-off-by: Connor Kuehl <ckuehl@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 74d888c78fa4..79c98df34deb 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h @@ -552,7 +552,7 @@ struct fuse_conn { /** Maximum write size */ unsigned max_write; - /** Maxmum number of pages that can be used in a single request */ + /** Maximum number of pages that can be used in a single request */ unsigned int max_pages; /** Input queue */ |