diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-08-23 13:07:38 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-08-23 13:11:05 -0700 |
commit | e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0 (patch) | |
tree | e493ed93abc4cd7a2b2660682868b77b0a972998 /sysdeps/unix/sysv/linux/mips | |
parent | edd8d70b91e1ccef549a7c668499596cc4d56ad1 (diff) | |
download | glibc-e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0.tar.gz glibc-e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0.tar.xz glibc-e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0.zip |
Fix spellings of contributor names in comments and doc
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/clone.S | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/sys/user.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/clone.S b/sysdeps/unix/sysv/linux/mips/clone.S index fe7875ee32..5dba747120 100644 --- a/sysdeps/unix/sysv/linux/mips/clone.S +++ b/sysdeps/unix/sysv/linux/mips/clone.S @@ -1,6 +1,6 @@ /* Copyright (C) 1996-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ralf Baechle <ralf@linux-mips.org>, 1996. + Contributed by Ralf Bächle <ralf@linux-mips.org>, 1996. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/unix/sysv/linux/mips/sys/user.h b/sysdeps/unix/sysv/linux/mips/sys/user.h index 29a6c36785..ef1077da52 100644 --- a/sysdeps/unix/sysv/linux/mips/sys/user.h +++ b/sysdeps/unix/sysv/linux/mips/sys/user.h @@ -41,7 +41,7 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. * - * Copyright (C) 1995, 1999 by Ralf Baechle + * Copyright (C) 1995, 1999 by Ralf Bächle */ #ifndef __ASM_MIPS_REG_H #define __ASM_MIPS_REG_H @@ -110,7 +110,7 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. * - * Copyright (C) 1995, 1999 Ralf Baechle + * Copyright (C) 1995, 1999 Ralf Bächle * Copyright (C) 1995, 1999 Silicon Graphics */ #ifndef _ASM_REG_H |