Formerly alpha/__copysign.c.~2~
authorRoland McGrath <roland@gnu.org>
Mon, 12 Apr 1993 00:49:08 +0000 (00:49 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 12 Apr 1993 00:49:08 +0000 (00:49 +0000)
sysdeps/alpha/copysign.c

index ad74994..d86521c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1993 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -18,7 +18,7 @@ Cambridge, MA 02139, USA.  */
 
 #include <math.h>
 
-/* Return X with its signed changed to Y's.  */
+/* Return X with its sign changed to Y's.  */
 double
 __copysign (double x, double y)
 {