aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2016-06-08 11:54:35 -0400
committerGene Cumm <gene.cumm@gmail.com>2016-06-08 11:54:35 -0400
commitc882e679c72e4d6cc4ac3e118ce93a8750ca5ffc (patch)
tree40dcb0e217f4ff222e267a7b38e51b39e517aa7d
parentb53066dc3ff00a91dc7791b7fd82beeba3831ef1 (diff)
downloadsyslinux-c882e679c72e4d6cc4ac3e118ce93a8750ca5ffc.tar.gz
syslinux-c882e679c72e4d6cc4ac3e118ce93a8750ca5ffc.tar.xz
syslinux-c882e679c72e4d6cc4ac3e118ce93a8750ca5ffc.zip
spelling: Auxillary to Auxiliary
Reported-by: Ady <ady-sf@hotmail.com> Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
-rw-r--r--com32/gplinclude/cpuid.h2
-rw-r--r--core/adv.inc4
-rw-r--r--core/common.inc2
-rw-r--r--doc/extlinux.txt4
4 files changed, 6 insertions, 6 deletions
diff --git a/com32/gplinclude/cpuid.h b/com32/gplinclude/cpuid.h
index 6a33e9cb..0eb2826b 100644
--- a/com32/gplinclude/cpuid.h
+++ b/com32/gplinclude/cpuid.h
@@ -162,7 +162,7 @@ extern bool get_cpu_flag_value_from_name(s_cpu *cpu, const char * flag);
*/
#define X86_EFLAGS_CF 0x00000001 /* Carry Flag */
#define X86_EFLAGS_PF 0x00000004 /* Parity Flag */
-#define X86_EFLAGS_AF 0x00000010 /* Auxillary carry Flag */
+#define X86_EFLAGS_AF 0x00000010 /* Auxiliary carry Flag */
#define X86_EFLAGS_ZF 0x00000040 /* Zero Flag */
#define X86_EFLAGS_SF 0x00000080 /* Sign Flag */
#define X86_EFLAGS_TF 0x00000100 /* Trap Flag */
diff --git a/core/adv.inc b/core/adv.inc
index 288bf03c..a18020c5 100644
--- a/core/adv.inc
+++ b/core/adv.inc
@@ -13,9 +13,9 @@
;;
;; adv.inc
;;
-;; The auxillary data vector and its routines
+;; The auxiliary data vector and its routines
;;
-;; The auxillary data vector is a 512-byte aligned block that on the
+;; The auxiliary data vector is a 512-byte aligned block that on the
;; disk-based derivatives can be part of the syslinux file itself. It
;; exists in two copies; when written, both copies are written (with a
;; sync in between, if from the operating system.) The first two
diff --git a/core/common.inc b/core/common.inc
index fd75dfe1..c42fc56b 100644
--- a/core/common.inc
+++ b/core/common.inc
@@ -7,7 +7,7 @@
%include "pm.inc" ; Protected mode
%include "bcopy32.inc" ; 32-bit bcopy
%include "strcpy.inc" ; strcpy()
-%include "adv.inc" ; Auxillary Data Vector
+%include "adv.inc" ; Auxiliary Data Vector
%include "timer.inc" ; Timer handling
; Note: the prefix section is included late, to avoid problems with some
diff --git a/doc/extlinux.txt b/doc/extlinux.txt
index f0cac8dd..b84c11a1 100644
--- a/doc/extlinux.txt
+++ b/doc/extlinux.txt
@@ -48,7 +48,7 @@ slight modifications.
5. EXTLINUX now has "boot-once" support. The boot-once information is
stored in an on-disk datastructure, part of extlinux.sys, called
- the "Auxillary Data Vector". The Auxiliary Data Vector is also
+ the "Auxiliary Data Vector". The Auxiliary Data Vector is also
available to COM32 modules that want to store small amounts of
information.
@@ -68,7 +68,7 @@ slight modifications.
certain circumstances a RAID-1 rebuild can "resurrect" the
boot-once information otherwise.
- To clear the entire Auxillary Data Vector, do:
+ To clear the entire Auxiliary Data Vector, do:
extlinux --reset-adv /boot/extlinux