aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2016-12-27 20:13:35 +0000
committerDmitry V. Levin <ldv@altlinux.org>2016-12-27 20:13:35 +0000
commit12f1ae05c0b4e3cc58f23d9bb72ab291681ea8a8 (patch)
tree22a5f5c757546a9cb71711934285dd73fbf1d1fb /ChangeLog
parentcfee7d9cf403a1f801784c0d6f1d72994911d9d8 (diff)
downloadglibc-12f1ae05c0b4e3cc58f23d9bb72ab291681ea8a8.tar.xz
glibc-12f1ae05c0b4e3cc58f23d9bb72ab291681ea8a8.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9791f66c6c..4965a8f2d3 100644
--- 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.
@@ -53816,7 +53825,7 @@
(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>