diff options
Diffstat (limited to 'gas/flonum-copy.c')
-rw-r--r-- | gas/flonum-copy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/flonum-copy.c b/gas/flonum-copy.c index 5bcc5cc..3fb29e7 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 ! */ |