Commit 4b91459a authored by Connor Kuehl's avatar Connor Kuehl Committed by Miklos Szeredi

fuse: fix typo for fuse_conn.max_pages comment

'Maxmum' -> 'Maximum'
Signed-off-by: default avatarConnor Kuehl <ckuehl@redhat.com>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 4f06dd92
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment