diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2016-12-27 20:13:35 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2016-12-27 20:13:35 +0000 |
commit | 12f1ae05c0b4e3cc58f23d9bb72ab291681ea8a8 (patch) | |
tree | 22a5f5c757546a9cb71711934285dd73fbf1d1fb /sysdeps/sparc | |
parent | cfee7d9cf403a1f801784c0d6f1d72994911d9d8 (diff) | |
download | glibc-12f1ae05c0b4e3cc58f23d9bb72ab291681ea8a8.tar glibc-12f1ae05c0b4e3cc58f23d9bb72ab291681ea8a8.tar.gz glibc-12f1ae05c0b4e3cc58f23d9bb72ab291681ea8a8.tar.bz2 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 'sysdeps/sparc')
-rw-r--r-- | sysdeps/sparc/sparc-mcount.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sparc/sparc-mcount.S b/sysdeps/sparc/sparc-mcount.S index 0afb9488ea..4b0e91a300 100644 --- a/sysdeps/sparc/sparc-mcount.S +++ b/sysdeps/sparc/sparc-mcount.S @@ -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. |