system-linux-sparc.ads: Fix typo in previous commit.

2005-03-08  Laurent Guerby <laurent@guerby.net>

	* system-linux-sparc.ads: Fix typo in previous commit.

From-SVN: r96126
This commit is contained in:
Laurent GUERBY 2005-03-08 21:21:10 +00:00 committed by Laurent Guerby
parent 4d3e6fae4d
commit 391bdf45ea
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-03-08 Laurent Guerby <laurent@guerby.net>
* system-linux-sparc.ads: Fix typo in previous commit.
2005-03-07 James A. Morrison <phython@gcc.gnu.org>
Laurent Guerby <laurent@guerby.net>

View File

@ -58,7 +58,7 @@ pragma Pure (System);
Max_Mantissa : constant := 63;
Fine_Delta : constant := 2.0 ** (-Max_Mantissa);
Tick : constant := 0.000_001;;
Tick : constant := 0.000_001;
-- Storage-related Declarations