bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 9/9] xen: Fix typos in comments (found by codespell)


From: Stefan Weil
Subject: [PATCH 9/9] xen: Fix typos in comments (found by codespell)
Date: Fri, 2 Jan 2015 16:02:54 +0100

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 xen/public/arch-x86/xen.h | 2 +-
 xen/public/domctl.h       | 2 +-
 xen/public/elfnote.h      | 4 ++--
 xen/public/elfstructs.h   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/xen/public/arch-x86/xen.h b/xen/public/arch-x86/xen.h
index 084348f..3e5e959 100644
--- a/xen/public/arch-x86/xen.h
+++ b/xen/public/arch-x86/xen.h
@@ -89,7 +89,7 @@ typedef unsigned long xen_ulong_t;
  * The privilege level specifies which modes may enter a trap via a software
  * interrupt. On x86/64, since rings 1 and 2 are unavailable, we allocate
  * privilege levels as follows:
- *  Level == 0: Noone may enter
+ *  Level == 0: No one may enter
  *  Level == 1: Kernel may enter
  *  Level == 2: Kernel may enter
  *  Level == 3: Everyone may enter
diff --git a/xen/public/domctl.h b/xen/public/domctl.h
index b7075ac..611b3b6 100644
--- a/xen/public/domctl.h
+++ b/xen/public/domctl.h
@@ -448,7 +448,7 @@ struct xen_domctl_assign_device {
 typedef struct xen_domctl_assign_device xen_domctl_assign_device_t;
 DEFINE_XEN_GUEST_HANDLE(xen_domctl_assign_device_t);
 
-/* Retrieve sibling devices infomation of machine_bdf */
+/* Retrieve sibling devices information of machine_bdf */
 #define XEN_DOMCTL_get_device_group 50
 struct xen_domctl_get_device_group {
     uint32_t  machine_bdf;      /* IN */
diff --git a/xen/public/elfnote.h b/xen/public/elfnote.h
index 77be41b..9949190 100644
--- a/xen/public/elfnote.h
+++ b/xen/public/elfnote.h
@@ -66,8 +66,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
diff --git a/xen/public/elfstructs.h b/xen/public/elfstructs.h
index 77362f3..eacd95e 100644
--- a/xen/public/elfstructs.h
+++ b/xen/public/elfstructs.h
@@ -168,7 +168,7 @@ typedef struct {
  * or EM_PPC are ABI compliant
  */
 #define EM_MIPS_RS4_BE 10              /* MIPS R4000 Big-Endian */
-#define EM_SPARC64     11              /* SPARC v9 64-bit unoffical */
+#define EM_SPARC64     11              /* SPARC v9 64-bit unofficial */
 #define EM_PARISC      15              /* HPPA */
 #define EM_SPARC32PLUS 18              /* Enhanced instruction set SPARC */
 #define EM_PPC         20              /* PowerPC */
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]