summaryrefslogtreecommitdiff
path: root/gas/flonum-copy.c
diff options
context:
space:
mode:
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 ! */