about summary refs log tree commit diff
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 6941807d9b..30897185c9 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 a97105020e..fc357f366e 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.
  */
 
 /*