On Thu, Jan 31, 2019 at 03:06:21PM +1100, Tobin C. Harding wrote: > From: "Tobin C. Harding" <tobin@xxxxxxxxxx> > > There is a minor typo in SLUB documentation. > > Fix typo. > > Signed-off-by: Tobin C. Harding <tobin@xxxxxxxxxx> Acked-by: Mike Rapoport <rppt@xxxxxxxxxxxxx> > --- > Documentation/vm/slub.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/vm/slub.rst b/Documentation/vm/slub.rst > index 195928808..0871c5849 100644 > --- a/Documentation/vm/slub.rst > +++ b/Documentation/vm/slub.rst > @@ -141,7 +141,7 @@ can be influenced by kernel parameters: > (list_lock) where contention may occur. > > ``slub_min_order`` > - specifies a minim order of slabs. A similar effect like > + specifies a minimum order of slabs. A similar effect like > ``slub_min_objects``. > > ``slub_max_order`` > -- > 2.20.1 > -- Sincerely yours, Mike.