Fix a spelling mistake in include/linux/mm_types.h. Change "aggresive" to "aggressive". Signed-off-by: Nick Huang --- include/linux/mm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index 42af22929..674c7cd1e 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -1845,7 +1845,7 @@ enum { /* * MMF_HAS_PINNED: Whether this mm has pinned any pages. This can be either * replaced in the future by mm.pinned_vm when it becomes stable, or grow into - * a counter on its own. We're aggresive on this bit for now: even if the + * a counter on its own. We're aggressive on this bit for now: even if the * pinned pages were unpinned later on, we'll still keep this bit set for the * lifecycle of this mm, just for simplicity. */ -- 2.43.0