diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-23 10:50:31 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-23 11:59:23 +0000 |
commit | d13733c166b71ac05056f553f0afdc8a363b2820 (patch) | |
tree | d3404db5f0dda5e2bc994a0108806a74d0d144d6 /sysdeps/unix/sysv/linux/sparc | |
parent | 1e9d5987fd94b88bdf4ebfb9f13d4a472d529cdd (diff) | |
download | glibc-d13733c166b71ac05056f553f0afdc8a363b2820.zip glibc-d13733c166b71ac05056f553f0afdc8a363b2820.tar.gz glibc-d13733c166b71ac05056f553f0afdc8a363b2820.tar.bz2 |
Fix misspellings in sysdeps/unix -- BZ 25337
Applying this commit results in bit-identical rebuild of
libc.so.6 math/libm.so.6 elf/ld-linux-x86-64.so.2 mathvec/libmvec.so.1
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sys/ptrace.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sys/ucontext.h | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S b/sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S index 6dda892..7e0c20d 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S @@ -102,7 +102,7 @@ weak_alias (__setcontext, setcontext) If this NOP word does not exist, FDE lookup just repeatedly finds __setcontext's FDE in an infinite loop, due to the convention of using - 'address - 1' for FDE lookup. Modifiying/deleting the below + 'address - 1' for FDE lookup. Modifying/deleting the below __startcontext's FDE has no help on this. */ nop diff --git a/sysdeps/unix/sysv/linux/sparc/sys/ptrace.h b/sysdeps/unix/sysv/linux/sparc/sys/ptrace.h index 7815d13..bcbc901 100644 --- a/sysdeps/unix/sysv/linux/sparc/sys/ptrace.h +++ b/sysdeps/unix/sysv/linux/sparc/sys/ptrace.h @@ -24,7 +24,7 @@ #include <bits/wordsize.h> /* Linux/SPARC kernels up to 2.3.18 do not care much - about what namespace polution, so use a kludge now. */ + about what namespace pollution, so use a kludge now. */ #undef PTRACE_GETREGS #undef PTRACE_SETREGS #undef PTRACE_GETFPREGS diff --git a/sysdeps/unix/sysv/linux/sparc/sys/ucontext.h b/sysdeps/unix/sysv/linux/sparc/sys/ucontext.h index 58a03e6..5e2fa12 100644 --- a/sysdeps/unix/sysv/linux/sparc/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/sparc/sys/ucontext.h @@ -164,7 +164,7 @@ typedef greg_t gregset_t[__NGREG]; * The following structures define how a register window can appear on the * stack. This structure is available (when required) through the `gwins' * field of an mcontext (nested within ucontext). SPARC_MAXWINDOW is the - * maximum number of outstanding regiters window defined in the SPARC + * maximum number of outstanding registers window defined in the SPARC * architecture (*not* implementation). */ # define __SPARC_MAXREGWINDOW 31 /* max windows in SPARC arch. */ @@ -200,7 +200,7 @@ typedef struct /* * struct fq defines the minimal format of a floating point instruction queue * entry. The size of entries in the floating point queue are implementation - * dependent. The union FQu is guarenteed to be the first field in any ABI + * dependent. The union FQu is guaranteed to be the first field in any ABI * conformant system implementation. Any additional fields provided by an * implementation should not be used applications designed to be ABI conformant. */ |