diff options
Diffstat (limited to 'gcc/ada/s-expmod.ads')
-rw-r--r-- | gcc/ada/s-expmod.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-expmod.ads b/gcc/ada/s-expmod.ads index 99cf46e..73d845c 100644 --- a/gcc/ada/s-expmod.ads +++ b/gcc/ada/s-expmod.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2009 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2013, 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- -- @@ -29,7 +29,7 @@ -- -- ------------------------------------------------------------------------------ --- This procedure performs exponentiation of a modular type with non-binary +-- This function performs exponentiation of a modular type with non-binary -- modulus values. Arithmetic is done in Long_Long_Unsigned, with explicit -- accounting for the modulus value which is passed as the second argument. |