2000-09-12 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gas / flonum-copy.c
index 5bcc5cce7e2a09cb8a48f0fffb30a6523fbf0711..3fb29e72d4130513c67dcb062393b73c04ec5cb3 100644 (file)
@@ -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 ! */
This page took 0.02325 seconds and 4 git commands to generate.