From: Roland McGrath Date: Mon, 12 Apr 1993 00:49:08 +0000 (+0000) Subject: Formerly alpha/__copysign.c.~2~ X-Git-Tag: glibc-2.16-ports-before-merge~4296 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f63f39a68625449e60dd59c0ba9a123cb474b4a8;p=thirdparty%2Fglibc.git Formerly alpha/__copysign.c.~2~ --- diff --git a/sysdeps/alpha/copysign.c b/sysdeps/alpha/copysign.c index ad74994f259..d86521c7418 100644 --- a/sysdeps/alpha/copysign.c +++ b/sysdeps/alpha/copysign.c @@ -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 -/* Return X with its signed changed to Y's. */ +/* Return X with its sign changed to Y's. */ double __copysign (double x, double y) {