diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-02-25 16:02:01 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-02-25 16:02:01 +0100 |
commit | bbe9779cc857a7bbd28ab316bb325abd5ff0df71 (patch) | |
tree | b93ba0ae89df95c49efac340d1747fd633893b68 /gcc/ada/s-expmod.ads | |
parent | 1ae8beef0dff7546cf66d6e747b73efa5a724a84 (diff) | |
download | gcc-bbe9779cc857a7bbd28ab316bb325abd5ff0df71.zip gcc-bbe9779cc857a7bbd28ab316bb325abd5ff0df71.tar.gz gcc-bbe9779cc857a7bbd28ab316bb325abd5ff0df71.tar.bz2 |
[multiple changes]
2014-02-25 Robert Dewar <dewar@adacore.com>
* sinfo.ads: Minor reformatting.
2014-02-25 Tristan Gingold <gingold@adacore.com>
* s-expllu.ads, s-expuns.ads, s-expmod.ads: Minor comment fix.
2014-02-25 Pascal Obry <obry@adacore.com>
* sinput-l.adb, osint.adb, osint.ads: Add Prep_Suffix to factorize code.
From-SVN: r208132
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. |