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 /math | |
parent | edd8d70b91e1ccef549a7c668499596cc4d56ad1 (diff) | |
download | glibc-e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0.zip glibc-e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0.tar.gz glibc-e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0.tar.bz2 |
Fix spellings of contributor names in comments and doc
Diffstat (limited to 'math')
-rw-r--r-- | math/w_cosh_compat.c | 2 | ||||
-rw-r--r-- | math/w_coshl_compat.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/w_cosh_compat.c b/math/w_cosh_compat.c index 6941807..3089718 100644 --- a/math/w_cosh_compat.c +++ b/math/w_cosh_compat.c @@ -1,4 +1,4 @@ -/* Optimizations bu Ulrich Drepper <drepper@gmail.com>, 2011 */ +/* Optimizations by Ulrich Drepper <drepper@gmail.com>, 2011 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. diff --git a/math/w_coshl_compat.c b/math/w_coshl_compat.c index a971050..fc357f3 100644 --- a/math/w_coshl_compat.c +++ b/math/w_coshl_compat.c @@ -1,7 +1,7 @@ /* w_acoshl.c -- long double version of w_acosh.c. * Conversion to long double by Ulrich Drepper, * Cygnus Support, drepper@cygnus.com. - * Optimizations bu Ulrich Drepper <drepper@gmail.com>, 2011. + * Optimizations by Ulrich Drepper <drepper@gmail.com>, 2011. */ /* |