diff mbox series

mm/memory_hotplug.c: s/is/if

Message ID 1568233954-3913-1-git-send-email-jrdr.linux@gmail.com (mailing list archive)
State New, archived
Headers show
Series mm/memory_hotplug.c: s/is/if | expand

Commit Message

Souptick Joarder Sept. 11, 2019, 8:32 p.m. UTC
Corrected typo in documentation.

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
---
 mm/memory_hotplug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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))