On 07/23/2020 08:52 AM, Baoquan He wrote: > Change 'pecify' to 'Specify'. > > Signed-off-by: Baoquan He <bhe@xxxxxxxxxx> > Reviewed-by: Mike Kravetz <mike.kravetz@xxxxxxxxxx> > Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> > --- > Documentation/admin-guide/mm/hugetlbpage.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/admin-guide/mm/hugetlbpage.rst b/Documentation/admin-guide/mm/hugetlbpage.rst > index 015a5f7d7854..f7b1c7462991 100644 > --- a/Documentation/admin-guide/mm/hugetlbpage.rst > +++ b/Documentation/admin-guide/mm/hugetlbpage.rst > @@ -131,7 +131,7 @@ hugepages > parameter is preceded by an invalid hugepagesz parameter, it will > be ignored. > default_hugepagesz > - pecify the default huge page size. This parameter can > + Specify the default huge page size. This parameter can > only be specified once on the command line. default_hugepagesz can > optionally be followed by the hugepages parameter to preallocate a > specific number of huge pages of default size. The number of default > This does not apply on 5.8-rc6 and the original typo seems to be missing there as well. This section was introduced recently with following commit. 282f4214384e ("hugetlbfs: clean up command line processing")