mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Fix typos in the spelling of "implementation"
Apply the following spelling fix: $ git grep -El 'implemetn?ation' | xargs sed -ri 's/implemetn?ation/implementation/g' [BZ #19514] * resolv/res_send.c: Fix typo in comment. * sysdeps/i386/i386-mcount.S: Likewise. * sysdeps/s390/s390-32/s390-mcount.S: Likewise. * sysdeps/s390/s390-64/s390x-mcount.S: Likewise. * sysdeps/sparc/sparc-mcount.S: Likewise.
This commit is contained in:
parent
cfee7d9cf4
commit
12f1ae05c0
11
ChangeLog
11
ChangeLog
@ -1,3 +1,12 @@
|
|||||||
|
2016-12-27 Dmitry V. Levin <ldv@altlinux.org>
|
||||||
|
|
||||||
|
[BZ #19514]
|
||||||
|
* resolv/res_send.c: Fix typo in comment.
|
||||||
|
* sysdeps/i386/i386-mcount.S: Likewise.
|
||||||
|
* sysdeps/s390/s390-32/s390-mcount.S: Likewise.
|
||||||
|
* sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
|
||||||
|
* sysdeps/sparc/sparc-mcount.S: Likewise.
|
||||||
|
|
||||||
2016-12-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
2016-12-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||||
|
|
||||||
* sysdeps/powerpc/fpu/s_fmaxf.S: Remove file.
|
* sysdeps/powerpc/fpu/s_fmaxf.S: Remove file.
|
||||||
@ -53816,7 +53825,7 @@
|
|||||||
(ulp): New function.
|
(ulp): New function.
|
||||||
(check_float_internal): Use ULPDIFF.
|
(check_float_internal): Use ULPDIFF.
|
||||||
(cpow_test): Disable failing test.
|
(cpow_test): Disable failing test.
|
||||||
(check_ulp): Test ulp() implemetnation.
|
(check_ulp): Test ulp() implementation.
|
||||||
(main): Call check_ulp before starting tests.
|
(main): Call check_ulp before starting tests.
|
||||||
|
|
||||||
2013-05-24 Joseph Myers <joseph@codesourcery.com>
|
2013-05-24 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
@ -579,7 +579,7 @@ close_and_return_error (res_state statp, int *resplen2)
|
|||||||
Please note that for TCP there is no way to disable sending both
|
Please note that for TCP there is no way to disable sending both
|
||||||
queries, unlike UDP, which honours RES_SNGLKUP and RES_SNGLKUPREOP
|
queries, unlike UDP, which honours RES_SNGLKUP and RES_SNGLKUPREOP
|
||||||
and sends the queries serially and waits for the result after each
|
and sends the queries serially and waits for the result after each
|
||||||
sent query. This implemetnation should be corrected to honour these
|
sent query. This implementation should be corrected to honour these
|
||||||
options.
|
options.
|
||||||
|
|
||||||
Please also note that for TCP we send both queries over the same
|
Please also note that for TCP we send both queries over the same
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* i386-specific implemetation of profiling support.
|
/* i386-specific implementation of profiling support.
|
||||||
Copyright (C) 1997-2016 Free Software Foundation, Inc.
|
Copyright (C) 1997-2016 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
|
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* S/390-specific implemetation of profiling support.
|
/* S/390-specific implementation of profiling support.
|
||||||
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com)
|
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* 64 bit S/390-specific implemetation of profiling support.
|
/* 64 bit S/390-specific implementation of profiling support.
|
||||||
Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com)
|
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com)
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* sparc-specific implemetation of profiling support.
|
/* sparc-specific implementation of profiling support.
|
||||||
Copyright (C) 2008-2016 Free Software Foundation, Inc.
|
Copyright (C) 2008-2016 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by David S. Miller <davem@davemloft.net>, 2008.
|
Contributed by David S. Miller <davem@davemloft.net>, 2008.
|
||||||
|
Loading…
Reference in New Issue
Block a user