]> sourceware.org Git - glibc.git/commitdiff
Fix typos in the spelling of "implementation"
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 27 Dec 2016 20:13:35 +0000 (20:13 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 27 Dec 2016 20:13:35 +0000 (20:13 +0000)
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.

ChangeLog
resolv/res_send.c
sysdeps/i386/i386-mcount.S
sysdeps/s390/s390-32/s390-mcount.S
sysdeps/s390/s390-64/s390x-mcount.S
sysdeps/sparc/sparc-mcount.S

index 9791f66c6c565e8b645ab77ecd62c6a499b7e22e..4965a8f2d39a1435e3cb6d9dc57bff34fdad0881 100644 (file)
--- a/ChangeLog
+++ b/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>
 
        * sysdeps/powerpc/fpu/s_fmaxf.S: Remove file.
        (ulp): New function.
        (check_float_internal): Use ULPDIFF.
        (cpow_test): Disable failing test.
-       (check_ulp): Test ulp() implemetnation.
+       (check_ulp): Test ulp() implementation.
        (main): Call check_ulp before starting tests.
 
 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
index e96d5d409d3aa570223b0adf18a9d7e477c4c74c..cc2a7de886469b8ac6673eee9930ebfd39858874 100644 (file)
@@ -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
    queries, unlike UDP, which honours RES_SNGLKUP and RES_SNGLKUPREOP
    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.
 
    Please also note that for TCP we send both queries over the same
index 94fb95e7ed63177f352d30c31b4c1491eab6ad94..9a530503aaf1e7b2c82da996d00eb125c4c32b9d 100644 (file)
@@ -1,4 +1,4 @@
-/* i386-specific implemetation of profiling support.
+/* i386-specific implementation of profiling support.
    Copyright (C) 1997-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
index a27f434fbfcf5dbe148fbdec5321b6ca5e68cef4..fe6932f6615cf804b3c09e8aaca63120b926c63b 100644 (file)
@@ -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.
    This file is part of the GNU C Library.
    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com)
index cb67ddb7ffde85ee32d1e32ee4adb9c0a5fe4f31..9f611160d8840e2c48872d7bacf7aea5002f8524 100644 (file)
@@ -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.
    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com)
    This file is part of the GNU C Library.
index 0afb9488ea05d71e4a5cce2f4555886e96079b7f..4b0e91a30024c69f5e8a2b456d8104f5d0246e4d 100644 (file)
@@ -1,4 +1,4 @@
-/* sparc-specific implemetation of profiling support.
+/* sparc-specific implementation of profiling support.
    Copyright (C) 2008-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by David S. Miller <davem@davemloft.net>, 2008.
This page took 0.169108 seconds and 5 git commands to generate.