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>
This commit is contained in:
Connor Kuehl 2021-03-18 08:52:23 -05:00 committed by Miklos Szeredi
parent 4f06dd92b5
commit 4b91459ad2
1 changed files with 1 additions and 1 deletions

View File

@ -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 */