diff mbox series

mm, slab_common: Fix a typo in comment "eariler"->"earlier"

Message ID 20200405160544.1246-1-hqjagain@gmail.com (mailing list archive)
State New, archived
Headers show
Series mm, slab_common: Fix a typo in comment "eariler"->"earlier" | expand

Commit Message

Qiujun Huang April 5, 2020, 4:05 p.m. UTC
There is a typo in comment, fix it.
s/eariler/earlier/

Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
---
 mm/slab_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Christoph Lameter (Ampere) April 8, 2020, 12:22 a.m. UTC | #1
On Mon, 6 Apr 2020, Qiujun Huang wrote:

> There is a typo in comment, fix it.
> s/eariler/earlier/


Acked-by: Christoph Lameter <cl@linux.com>
diff mbox series

Patch

diff --git a/mm/slab_common.c b/mm/slab_common.c
index 1907cb2903c7..3b93a95cfb02 100644
--- a/mm/slab_common.c
+++ b/mm/slab_common.c
@@ -731,7 +731,7 @@  static void kmemcg_rcufn(struct rcu_head *head)
 	/*
 	 * We need to grab blocking locks.  Bounce to ->work.  The
 	 * work item shares the space with the RCU head and can't be
-	 * initialized eariler.
+	 * initialized earlier.
 	 */
 	INIT_WORK(&s->memcg_params.work, kmemcg_workfn);
 	queue_work(memcg_kmem_cache_wq, &s->memcg_params.work);