diff mbox series

[trivial] mm/damon: Grammar s/works/work/

Message ID 20210914073451.3883834-1-geert@linux-m68k.org (mailing list archive)
State New
Headers show
Series [trivial] mm/damon: Grammar s/works/work/ | expand

Commit Message

Geert Uytterhoeven Sept. 14, 2021, 7:34 a.m. UTC
Correct a singular versus plural grammar mistake in the help text for
the DAMON_VADDR config symbol.

Fixes: 3f49584b262cf8f4 ("mm/damon: implement primitives for the virtual memory address spaces")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 mm/damon/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

SeongJae Park Sept. 14, 2021, 8:14 a.m. UTC | #1
From: SeongJae Park <sjpark@amazon.de>

Hi Geert,


Thank you for this patch!

On Tue, 14 Sep 2021 09:34:51 +0200	[thread overview] Geert Uytterhoeven <geert@linux-m68k.org> wrote:

> Correct a singular versus plural grammar mistake in the help text for
> the DAMON_VADDR config symbol.
> 
> Fixes: 3f49584b262cf8f4 ("mm/damon: implement primitives for the virtual memory address spaces")
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Reviewed-by: SeongJae Park <sjpark@amazon.de>


Thanks,
SJ

> ---
>  mm/damon/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/damon/Kconfig b/mm/damon/Kconfig
> index 37024798a97caf0b..ba8898c7eb8eb35e 100644
> --- a/mm/damon/Kconfig
> +++ b/mm/damon/Kconfig
> @@ -30,7 +30,7 @@ config DAMON_VADDR
>  	select PAGE_IDLE_FLAG
>  	help
>  	  This builds the default data access monitoring primitives for DAMON
> -	  that works for virtual address spaces.
> +	  that work for virtual address spaces.
>  
>  config DAMON_VADDR_KUNIT_TEST
>  	bool "Test for DAMON primitives" if !KUNIT_ALL_TESTS
> -- 
> 2.25.1
>
diff mbox series

Patch

diff --git a/mm/damon/Kconfig b/mm/damon/Kconfig
index 37024798a97caf0b..ba8898c7eb8eb35e 100644
--- a/mm/damon/Kconfig
+++ b/mm/damon/Kconfig
@@ -30,7 +30,7 @@  config DAMON_VADDR
 	select PAGE_IDLE_FLAG
 	help
 	  This builds the default data access monitoring primitives for DAMON
-	  that works for virtual address spaces.
+	  that work for virtual address spaces.
 
 config DAMON_VADDR_KUNIT_TEST
 	bool "Test for DAMON primitives" if !KUNIT_ALL_TESTS