mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user