about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc64/memchr.S
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-08-23 13:07:38 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-08-23 13:11:05 -0700
commite6855a3bdfe147c52b29b5e7d70a95a8aa22ece0 (patch)
treee493ed93abc4cd7a2b2660682868b77b0a972998 /sysdeps/sparc/sparc64/memchr.S
parentedd8d70b91e1ccef549a7c668499596cc4d56ad1 (diff)
downloadglibc-e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0.tar.gz
glibc-e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0.tar.xz
glibc-e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0.zip
Fix spellings of contributor names in comments and doc
Diffstat (limited to 'sysdeps/sparc/sparc64/memchr.S')
-rw-r--r--sysdeps/sparc/sparc64/memchr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sparc/sparc64/memchr.S b/sysdeps/sparc/sparc64/memchr.S
index 742ac31e5b..aec6cb70da 100644
--- a/sysdeps/sparc/sparc64/memchr.S
+++ b/sysdeps/sparc/sparc64/memchr.S
@@ -3,7 +3,7 @@
    For SPARC v9.
    Copyright (C) 1998-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jan Vondrak <jvon4518@ss1000.ms.mff.cuni.cz> and
+   Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
                   Jakub Jelinek <jj@ultra.linux.cz>.
    This version is developed using the same algorithm as the fast C
    version which carries the following introduction: