From 12f1ae05c0b4e3cc58f23d9bb72ab291681ea8a8 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 27 Dec 2016 20:13:35 +0000 Subject: 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. --- sysdeps/s390/s390-64/s390x-mcount.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/s390/s390-64') diff --git a/sysdeps/s390/s390-64/s390x-mcount.S b/sysdeps/s390/s390-64/s390x-mcount.S index cb67ddb..9f61116 100644 --- a/sysdeps/s390/s390-64/s390x-mcount.S +++ b/sysdeps/s390/s390-64/s390x-mcount.S @@ -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. -- cgit v1.1