1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03: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:
Dmitry V. Levin
2016-12-27 20:13:35 +00:00
parent cfee7d9cf4
commit 12f1ae05c0
6 changed files with 15 additions and 6 deletions

View 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.