| From: Andrew Morton <akpm@linux-foundation.org> |
| Subject: mm-ksm-document-smart-scan-mode-fix |
| Date: Tue Sep 26 05:49:41 PM PDT 2023 |
| |
| fix typo |
| |
| Cc: David Hildenbrand <david@redhat.com> |
| Cc: Johannes Weiner <hannes@cmpxchg.org> |
| Cc: Rik van Riel <riel@surriel.com> |
| Cc: Stefan Roesch <shr@devkernel.io> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| Documentation/admin-guide/mm/ksm.rst | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| --- a/Documentation/admin-guide/mm/ksm.rst~mm-ksm-document-smart-scan-mode-fix |
| +++ a/Documentation/admin-guide/mm/ksm.rst |
| @@ -162,7 +162,7 @@ smart_scan |
| skipped. How often these pages are skipped depends on how often |
| de-duplication has already been tried and failed. By default this |
| optimization is disabled. The ``pages_skipped`` metric shows how |
| - effetive the setting is. |
| + effective the setting is. |
| |
| The effectiveness of KSM and MADV_MERGEABLE is shown in ``/sys/kernel/mm/ksm/``: |
| |
| _ |