Skip to content

Commit

Permalink
spelling: Auxillary to Auxiliary
Browse files Browse the repository at this point in the history
Reported-by: Ady <ady-sf@hotmail.com>
Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
  • Loading branch information
geneC committed Jun 8, 2016
1 parent b53066d commit c882e67
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion com32/gplinclude/cpuid.h
Expand Up @@ -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 */
Expand Down
4 changes: 2 additions & 2 deletions core/adv.inc
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/common.inc
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/extlinux.txt
Expand Up @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit c882e67

Please sign in to comment.