summaryrefslogtreecommitdiff
path: root/gas/flonum-copy.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-12 03:56:22 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-12 03:56:22 +0000
commitf0e652b4aa5420d23e7e7eef1146cb16daef13f3 (patch)
treea3aa7f9636b1ad744d01aeba5eb2fa56f3431664 /gas/flonum-copy.c
parent92774660acb139804d863ecbe568347d78ef4646 (diff)
2000-09-11 Kazu Hirata <kazu@hxi.com>
* bignum-copy.c: Fix formatting. * ehopt.c: Likewise. * flonum-copy.c: Likewise. * flonum-konst.c: Likewise. * flonum-mult.c: Likewise. * literal.c: Likewise. * read.c: Likewise. * sb.c: Likewise. * stabs.c: Likewise. * subsegs.c: Likewise.
Diffstat (limited to 'gas/flonum-copy.c')
-rw-r--r--gas/flonum-copy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/flonum-copy.c b/gas/flonum-copy.c
index 5bcc5cce7e..3fb29e72d4 100644
--- a/gas/flonum-copy.c
+++ b/gas/flonum-copy.c
@@ -1,5 +1,5 @@
/* flonum_copy.c - copy a flonum
- Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1990, 1991, 1992, 2000 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -59,7 +59,7 @@ flonum_copy (in, out)
}
else
{
- int shorten; /* 1-origin. Number of littlenums we drop. */
+ int shorten; /* 1-origin. Number of littlenums we drop. */
shorten = in_length - out_length;
/* Assume out_length >= 0 ! */