]> git.ipfire.org Git - thirdparty/glibc.git/commit
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)
commit12f1ae05c0b4e3cc58f23d9bb72ab291681ea8a8
tree22a5f5c757546a9cb71711934285dd73fbf1d1fb
parentcfee7d9cf403a1f801784c0d6f1d72994911d9d8
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.
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