Skip to content

Commit

Permalink
fuse: fix typo for fuse_conn.max_pages comment
Browse files Browse the repository at this point in the history
'Maxmum' -> 'Maximum'

Signed-off-by: Connor Kuehl <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
  • Loading branch information
Connor Kuehl authored and Miklos Szeredi committed Apr 14, 2021
1 parent 4f06dd9 commit 4b91459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/fuse/fuse_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4b91459

Please sign in to comment.