aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/w_cosh_compat.c2
-rw-r--r--math/w_coshl_compat.c2
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.
*/
/*