diff mbox series

docs: hugetlbpage.rst: fix a typo of hugepage size

Message ID 20220922030645.9719-1-wuhoipok@gmail.com (mailing list archive)
State New
Headers show
Series docs: hugetlbpage.rst: fix a typo of hugepage size | expand

Commit Message

Hoi Pok Wu Sept. 22, 2022, 3:06 a.m. UTC
should be kB instead of Kb

Signed-off-by: Hoi Pok Wu <wuhoipok@gmail.com>
---
 Documentation/admin-guide/mm/hugetlbpage.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Muchun Song Sept. 22, 2022, 5:41 a.m. UTC | #1
> On Sep 22, 2022, at 11:06, Hoi Pok Wu <wuhoipok@gmail.com> wrote:
> 
> should be kB instead of Kb
> 
> Signed-off-by: Hoi Pok Wu <wuhoipok@gmail.com>

Reviewed-by: Muchun Song <songmuchun@bytedance.com>

Thanks.
Jonathan Corbet Sept. 26, 2022, 11:06 p.m. UTC | #2
Hoi Pok Wu <wuhoipok@gmail.com> writes:

> should be kB instead of Kb
>
> Signed-off-by: Hoi Pok Wu <wuhoipok@gmail.com>
> ---
>  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 8e2727dc18d4..19f27c0d92e0 100644
> --- a/Documentation/admin-guide/mm/hugetlbpage.rst
> +++ b/Documentation/admin-guide/mm/hugetlbpage.rst
> @@ -65,7 +65,7 @@ HugePages_Surp
>  	may be temporarily larger than the maximum number of surplus huge
>  	pages when the system is under memory pressure.
>  Hugepagesize
> -	is the default hugepage size (in Kb).
> +	is the default hugepage size (in kB).

Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/admin-guide/mm/hugetlbpage.rst b/Documentation/admin-guide/mm/hugetlbpage.rst
index 8e2727dc18d4..19f27c0d92e0 100644
--- a/Documentation/admin-guide/mm/hugetlbpage.rst
+++ b/Documentation/admin-guide/mm/hugetlbpage.rst
@@ -65,7 +65,7 @@  HugePages_Surp
 	may be temporarily larger than the maximum number of surplus huge
 	pages when the system is under memory pressure.
 Hugepagesize
-	is the default hugepage size (in Kb).
+	is the default hugepage size (in kB).
 Hugetlb
         is the total amount of memory (in kB), consumed by huge
         pages of all sizes.