fix spelling errors
authorDiederik de Haas <didi.debian@cknow.org>
Fri, 4 Dec 2020 07:28:21 +0000 (08:28 +0100)
committerMaximilian Engelhardt <maxi@daemonizer.de>
Thu, 23 Mar 2023 19:40:49 +0000 (19:40 +0000)
Only spelling errors; no functional changes.

In docs/misc/dump-core-format.txt there are a few more instances of
'informations'. I'll leave that up to someone who can properly determine
how those sentences should be constructed.

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
(cherry picked from commit ba6e78f0db820fbeea4df41fde4655020ca05928)

Gbp-Pq: Name 0036-fix-spelling-errors.patch

14 files changed:
docs/man/xl.1.pod.in
docs/man/xl.cfg.5.pod.in
docs/man/xlcpupool.cfg.5.pod
tools/firmware/rombios/rombios.c
tools/libxl/libxl_stream_read.c
tools/xl/xl_cmdtable.c
xen/arch/x86/boot/video.S
xen/arch/x86/cpu/vpmu.c
xen/arch/x86/mpparse.c
xen/arch/x86/x86_emulate/x86_emulate.c
xen/common/libelf/libelf-dominfo.c
xen/drivers/passthrough/arm/smmu.c
xen/tools/gen-cpuid.py
xen/xsm/flask/policy/access_vectors

index 8c28a5d5ca4040a10d23be971ae5603b2b8047e8..23aaf66685a5609280780cbf1a0eb0d502452eba 100644 (file)
@@ -1578,7 +1578,7 @@ List vsnd devices for a domain.
 Creates a new keyboard device in the domain specified by I<domain-id>.
 I<vkb-device> describes the device to attach, using the same format as the
 B<VKB_SPEC_STRING> string in the domain config file. See L<xl.cfg(5)>
-for more informations.
+for more information.
 
 =item B<vkb-detach> I<domain-id> I<devid>
 
index 2224080b30ce7c706d8c13262e8c2a206aa71deb..bf3b2404e8fb1ae3c007e931ad331fa8a33b3dfd 100644 (file)
@@ -2390,7 +2390,7 @@ If B<videoram> is set less than 128MB, an error will be triggered.
 
 =item B<stdvga=BOOLEAN>
 
-Speficies a standard VGA card with VBE (VESA BIOS Extensions) as the
+Specifies a standard VGA card with VBE (VESA BIOS Extensions) as the
 emulated graphics device. If your guest supports VBE 2.0 or
 later (e.g. Windows XP onwards) then you should enable this.
 stdvga supports more video ram and bigger resolutions than Cirrus.
index 3c9ddf79586e8b229de9bb397d2c084be94db891..c577c7ca3a6eb37931f5a9ee325ff641aa26290a 100644 (file)
@@ -106,7 +106,7 @@ means that cpus 2,3,5 will be member of the cpupool.
 means that cpus 0,2,3 and 5 will be member of the cpupool. A "node:" or
 "nodes:" modifier can be used. E.g., "0,node:1,nodes:2-3,^10-13" means
 that pcpus 0, plus all the cpus of NUMA nodes 1,2,3 with the exception
-of cpus 10,11,12,13 will be memeber of the cpupool.
+of cpus 10,11,12,13 will be members of the cpupool.
 
 =back
 
index 51558ee57a4c95a11845ea3dbea6aa78a838b3a6..5cda22785f6f62cd54956cc04dff687fd51f07b6 100644 (file)
@@ -2607,7 +2607,7 @@ void ata_detect( )
   write_byte(ebda_seg,&EbdaData->ata.channels[3].irq,11);
 #endif
 #if BX_MAX_ATA_INTERFACES > 4
-#error Please fill the ATA interface informations
+#error Please fill the ATA interface information
 #endif
 
   // Device detection
index 514f6d9f890f58e84acbed03c7ab189356e699dd..99a6714e76dceee41fbb300cad37c60a5a21f442 100644 (file)
@@ -459,7 +459,7 @@ static void stream_continue(libxl__egc *egc,
         while (process_record(egc, stream))
             ; /*
                * Nothing! process_record() helpfully tells us if no specific
-               * futher actions have been set up, in which case we want to go
+               * further actions have been set up, in which case we want to go
                * ahead and process the next record.
                */
         break;
index 08335394e53f7c54e5bbac391c0f101cbd04fcc1..9ad31a6cc04de290ebcd97339ce3af2f388d3957 100644 (file)
@@ -154,7 +154,7 @@ struct cmd_spec cmd_table[] = {
       "-h  Print this help.\n"
       "-c  Leave domain running after creating the snapshot.\n"
       "-p  Leave domain paused after creating the snapshot.\n"
-      "-D  Store the domain id in the configration."
+      "-D  Store the domain id in the configuration."
     },
     { "migrate",
       &main_migrate, 0, 1,
index a485779ce76300c97748ae4190eba2cfa733eb65..0efbe8d3b33e878c370bbed1b3b679875ef2aa4d 100644 (file)
@@ -177,7 +177,7 @@ dac_set:
         movb    $0, _param(PARAM_LFB_COLORS+7)
 
 dac_done:
-# get protected mode interface informations
+# get protected mode interface information
         movw    $0x4f0a, %ax
         xorw    %bx, %bx
         xorw    %di, %di
index 0c3f378a026b909b91c394eab7ce70a5cb91a265..fb1b296a6cc116f5c82b1aeffe92b943a4a4b3b1 100644 (file)
@@ -680,7 +680,7 @@ static void pvpmu_finish(struct domain *d, xen_pmu_params_t *params)
         vcpu_unpause(v);
 }
 
-/* Dump some vpmu informations on console. Used in keyhandler dump_domains(). */
+/* Dump some vpmu information to console. Used in keyhandler dump_domains(). */
 void vpmu_dump(struct vcpu *v)
 {
     struct vpmu_struct *vpmu = vcpu_vpmu(v);
index 3e0ec3c61e40a50b7d3c700c22801833c1a87e12..91fa5808316de97d7457598aa0f4d1054b3ad627 100644 (file)
@@ -175,7 +175,7 @@ static int MP_processor_info_x(struct mpc_config_processor *m,
        if (num_processors >= 8 && hotplug
            && genapic.name == apic_default.name) {
                printk_once(XENLOG_WARNING
-                           "WARNING: CPUs limit of 8 reached - ignoring futher processors\n");
+                           "WARNING: CPUs limit of 8 reached - ignoring further processors\n");
                unaccounted_cpus = true;
                return -ENOSPC;
        }
index c0f91dd4b31f8a8109d79e81842904d10431bc8a..ed511debef643174ccb088d6f1e2a4f6dcaba421 100644 (file)
@@ -3244,7 +3244,7 @@ x86_decode(
             case 0x23: /* mov reg,dr */
                 /*
                  * Mov to/from cr/dr ignore the encoding of Mod, and behave as
-                 * if they were encoded as reg/reg instructions.  No futher
+                 * if they were encoded as reg/reg instructions.  No further
                  * disp/SIB bytes are fetched.
                  */
                 modrm_mod = 3;
index 508f08db428dcc524d55d6ce5b2616ed6fda3e97..69c94b6f3bb83902e46d6f9587b0e39bdfc79109 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * parse xen-specific informations out of elf kernel binaries.
+ * parse xen-specific information out of elf kernel binaries.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 4ba6d3ab94a8e5acfcb36cb4222dc59caf56aef6..5c95131b075601b6201fb0f7f80a8df8e7e43d9d 100644 (file)
@@ -214,7 +214,7 @@ struct iommu_domain
        struct list_head                list;
 };
 
-/* Xen: Describes informations required for a Xen domain */
+/* Xen: Describes information required for a Xen domain */
 struct arm_smmu_xen_domain {
        spinlock_t                      lock;
        /* List of context (i.e iommu_domain) associated to this domain */
index e77672ddcd7ac93b921f21ddd5814a14e9097c14..1cbd81a1130791b6f876946463c2675f64f2a138 100755 (executable)
@@ -192,7 +192,7 @@ def crunch_numbers(state):
         FXSR: [FFXSR, SSE],
 
         # SSE is taken to mean support for the %XMM registers as well as the
-        # instructions.  Several futher instruction sets are built on core
+        # instructions.  Several further instruction sets are built on core
         # %XMM support, without specific inter-dependencies.  Additionally
         # AMD has a special mis-alignment sub-mode.
         SSE: [SSE2, MISALIGNSSE],
index b87c99ea98f13be73310e92f35f246a51596d44e..5371196f695cd52c358e91f59ae21a85ce8f89c7 100644 (file)
@@ -509,7 +509,7 @@ class security
 #
 class version
 {
-# Extra informations (-unstable).
+# Extra information (-unstable).
     xen_extraversion
 # Compile information of the hypervisor.
     xen_compile_info