
From: Hirokazu Takahashi <taka@valinux.co.jp>

Hi Dave,

The following patch is for linux-2.6.11-rc2-mm2-mhp1. Please apply
it right after AA-PM-07.2-memory_migration-depends-swap.patch.

This just fixes typo and replaces the phrase "memory hotplug" with
"memory migration".

Thank you,
Hirokazu Takahashi
   who is the person looking for new sponsors keeping us to
   develop the memory migration feature.
 ---------------------------------------------------------

Signed-off-by: Hirokazu Takahashi <taka@valinux.co.jp>
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
---

 memhotplug-dave/mm/mmigrate.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN mm/mmigrate.c~AA-PM-07.3-memory_migration-depends-swap.patch. mm/mmigrate.c
--- memhotplug/mm/mmigrate.c~AA-PM-07.3-memory_migration-depends-swap.patch.	2005-03-28 16:38:12.000000000 -0800
+++ memhotplug-dave/mm/mmigrate.c	2005-03-28 16:38:12.000000000 -0800
@@ -1,7 +1,7 @@
 /*
  *  linux/mm/mmigrate.c
  *
- *  Support of memory hotplug
+ *  Memory migration support.
  *
  *  Authors:	IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
  *		Hirokazu Takahashi <taka@valinux.co.jp>
@@ -181,7 +181,7 @@ generic_migrate_page(struct page *page, 
 	int ret;
 
 	/*
-	 * Make sure that the newpage must be locked and keep not up-to-date
+	 * Make sure that the newpage must be locked and kept not up-to-date
 	 * during the page migration, so that it's guaranteed that all
 	 * accesses to the newpage will be blocked until everything has
 	 * become ok.
_
