OSDN Git Service

* trans.h (struct gfc_ss): New field nested_ss.
[pf3gnuchains/gcc-fork.git] / gcc / ada / exp_fixd.ads
index 52f5401..c1dc847 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2007, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2008, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -133,7 +133,7 @@ package Exp_Fixd is
    procedure Expand_Multiply_Integer_By_Fixed_Giving_Fixed (N : Node_Id);
    --  This routine expands the multiplication between standard integer and a
    --  fixed-point type. The result type is the same fixed-point type as the
-   --  the fixed operand type. N is an N_Op_Multiply node whose result type
+   --  fixed operand type. N is an N_Op_Multiply node whose result type
    --  and right operand types are the fixed-point type, and whose left operand
    --  type is always standard integer.