From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: [PATCH] xen/elf: header: fix typoes in elfnote.h Date: Wed, 11 Dec 2013 18:50:11 +0000 Message-ID: <1386787811-19395-1-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VqorR-0007Pn-5h for xen-devel@lists.xenproject.org; Wed, 11 Dec 2013 18:50:17 +0000 Received: by mail-ee0-f46.google.com with SMTP id d49so3025640eek.5 for ; Wed, 11 Dec 2013 10:50:15 -0800 (PST) List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Julien Grall , ian.jackson@eu.citrix.com, ian.campbell@citrix.com, patches@linaro.org List-Id: xen-devel@lists.xenproject.org Signed-off-by: Julien Grall --- xen/include/public/elfnote.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/include/public/elfnote.h b/xen/include/public/elfnote.h index 8566a7e..3824a94 100644 --- a/xen/include/public/elfnote.h +++ b/xen/include/public/elfnote.h @@ -71,8 +71,8 @@ #define XEN_ELFNOTE_VIRT_BASE 3 /* - * The offset of the ELF paddr field from the acutal required - * psuedo-physical address (numeric). + * The offset of the ELF paddr field from the actual required + * pseudo-physical address (numeric). * * This is used to maintain backwards compatibility with older kernels * which wrote __PAGE_OFFSET into that field. This field defaults to 0 -- 1.7.10.4