[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1568233954-3913-1-git-send-email-jrdr.linux@gmail.com>
Date: Thu, 12 Sep 2019 02:02:34 +0530
From: Souptick Joarder <jrdr.linux@...il.com>
To: akpm@...ux-foundation.org, osalvador@...e.de, mhocko@...e.com,
david@...hat.com, pasha.tatashin@...een.com,
dan.j.williams@...el.com
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
Souptick Joarder <jrdr.linux@...il.com>
Subject: [PATCH] mm/memory_hotplug.c: s/is/if
Corrected typo in documentation.
Signed-off-by: Souptick Joarder <jrdr.linux@...il.com>
---
mm/memory_hotplug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c
index dc0118f..5a404d3 100644
--- a/mm/memory_hotplug.c
+++ b/mm/memory_hotplug.c
@@ -1795,7 +1795,7 @@ void __remove_memory(int nid, u64 start, u64 size)
{
/*
- * trigger BUG() is some memory is not offlined prior to calling this
+ * trigger BUG() if some memory is not offlined prior to calling this
* function
*/
if (try_remove_memory(nid, start, size))
--
1.9.1
Powered by blists - more mailing lists