]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
fuse: fix typo for fuse_conn.max_pages comment
authorConnor Kuehl <ckuehl@redhat.com>
Thu, 18 Mar 2021 13:52:23 +0000 (08:52 -0500)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 13 Apr 2021 07:44:08 +0000 (09:44 +0200)
'Maxmum' -> 'Maximum'

Signed-off-by: Connor Kuehl <ckuehl@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/fuse_i.h

index 739499dc5440ec3d79f1b511f0f1a8b0b39efc9a..4e2477d3ffd8e026766fb12b62ea51da43027b63 100644 (file)
@@ -553,7 +553,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;
 
        /** Constrain ->max_pages to this value during feature negotiation */