powerpc: Fix two typos in source code comments
- s/auxillary/auxiliary/ MFC after: 3 days
This commit is contained in:
parent
df4da2d6b7
commit
d8dd4b2fd2
@ -688,7 +688,7 @@ exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack)
|
||||
tf->fixreg[3] = argc;
|
||||
tf->fixreg[4] = stack + sizeof(register_t);
|
||||
tf->fixreg[5] = stack + (2 + argc)*sizeof(register_t);
|
||||
tf->fixreg[6] = 0; /* auxillary vector */
|
||||
tf->fixreg[6] = 0; /* auxiliary vector */
|
||||
tf->fixreg[7] = 0; /* termination vector */
|
||||
tf->fixreg[8] = (register_t)imgp->ps_strings; /* NetBSD extension */
|
||||
|
||||
@ -717,7 +717,7 @@ ppc32_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack)
|
||||
tf->fixreg[3] = argc;
|
||||
tf->fixreg[4] = stack + sizeof(uint32_t);
|
||||
tf->fixreg[5] = stack + (2 + argc)*sizeof(uint32_t);
|
||||
tf->fixreg[6] = 0; /* auxillary vector */
|
||||
tf->fixreg[6] = 0; /* auxiliary vector */
|
||||
tf->fixreg[7] = 0; /* termination vector */
|
||||
tf->fixreg[8] = (register_t)imgp->ps_strings; /* NetBSD extension */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user