diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/i386/i386-mcount.S | 2 | ||||
-rw-r--r-- | sysdeps/s390/s390-32/s390-mcount.S | 2 | ||||
-rw-r--r-- | sysdeps/s390/s390-64/s390x-mcount.S | 2 | ||||
-rw-r--r-- | sysdeps/sparc/sparc-mcount.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/i386/i386-mcount.S b/sysdeps/i386/i386-mcount.S index 94fb95e7ed..9a530503aa 100644 --- a/sysdeps/i386/i386-mcount.S +++ b/sysdeps/i386/i386-mcount.S @@ -1,4 +1,4 @@ -/* i386-specific implemetation of profiling support. +/* i386-specific implementation of profiling support. Copyright (C) 1997-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. diff --git a/sysdeps/s390/s390-32/s390-mcount.S b/sysdeps/s390/s390-32/s390-mcount.S index a27f434fbf..fe6932f661 100644 --- a/sysdeps/s390/s390-32/s390-mcount.S +++ b/sysdeps/s390/s390-32/s390-mcount.S @@ -1,4 +1,4 @@ -/* S/390-specific implemetation of profiling support. +/* S/390-specific implementation of profiling support. Copyright (C) 2000-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com) diff --git a/sysdeps/s390/s390-64/s390x-mcount.S b/sysdeps/s390/s390-64/s390x-mcount.S index cb67ddb7ff..9f611160d8 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. 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. |