| From: Thushara.M.S <thusharms@gmail.com> |
| Subject: docs/mm/damon/design: fix spelling mistake |
| Date: Mon May 5 02:29:12 PM PDT 2025 |
| |
| The word accuracy was misspelled as "accruracy". |
| |
| Signed-off-by: Thushara.M.S <thusharms@gmail.com> |
| Reviewed-by: SeongJae Park <sj@kernel.org> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| Documentation/mm/damon/design.rst | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| --- a/Documentation/mm/damon/design.rst~docs-mm-damon-design-fix-spelling-mistake |
| +++ a/Documentation/mm/damon/design.rst |
| @@ -54,7 +54,7 @@ monitoring are address-space dependent. |
| DAMON consolidates these implementations in a layer called DAMON Operations |
| Set, and defines the interface between it and the upper layer. The upper layer |
| is dedicated for DAMON's core logics including the mechanism for control of the |
| -monitoring accruracy and the overhead. |
| +monitoring accuracy and the overhead. |
| |
| Hence, DAMON can easily be extended for any address space and/or available |
| hardware features by configuring the core logic to use the appropriate |
| _ |