From mboxrd@z Thu Jan 1 00:00:00 1970 From: Horms Subject: [PATCH] kexec/kdump: fix grammar in comment Date: Wed, 10 Jan 2007 17:03:38 +0900 Message-ID: <20070110080337.GA4687@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel Cc: Magnus Damm , Ian Campbell List-Id: xen-devel@lists.xenproject.org Hi, I am resending this patch, please consider. -- Horms Fix the grammar in the comment that features in xen_machine_kexec_setup_resources(). The current edition is a bit odd. Signed-off-by: Simon Horman diff -r a9a43705f26b linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c --- a/linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c Wed Dec 27 00:38:01 2006 +0000 +++ b/linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c Wed Dec 27 13:21:54 2006 +0900 @@ -99,7 +99,7 @@ void xen_machine_kexec_setup_resources(v /* * It isn't possible to free xen_phys_cpus this early in the * boot. Since failure at this stage is unexpected and the - * amount is small we leak the memory. + * amount of memory that we leak is small. */ xen_max_nr_phys_cpus = 0; return;