From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [PATCH] shadow: comment typo fixup Date: Tue, 6 May 2008 17:11:33 +0100 Message-ID: <20080506161133.GA15013@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Fix CR£ typo into CR3. Signed-off-by: Samuel Thibault --- (british typo ;) ) diff -r 892ae66ed82f xen/arch/x86/mm/shadow/common.c --- a/xen/arch/x86/mm/shadow/common.c Tue May 06 16:35:44 2008 +0100 +++ b/xen/arch/x86/mm/shadow/common.c Tue May 06 17:08:12 2008 +0100 @@ -2327,7 +2327,7 @@ static void sh_update_paging_modes(struc current->domain->domain_id, current->vcpu_id, v->domain->domain_id, v->vcpu_id); /* It's not safe to do that because we can't change - * the host CR£ for a running domain */ + * the host CR3 for a running domain */ domain_crash(v->domain); return; }