system-linux-sparc.ads: Fix typo in previous commit.
authorLaurent GUERBY <laurent@guerby.net>
Tue, 8 Mar 2005 21:21:10 +0000 (21:21 +0000)
committerLaurent Guerby <guerby@gcc.gnu.org>
Tue, 8 Mar 2005 21:21:10 +0000 (21:21 +0000)
2005-03-08  Laurent Guerby <laurent@guerby.net>

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

From-SVN: r96126

gcc/ada/ChangeLog
gcc/ada/system-linux-sparc.ads

index adb0040..a687757 100644 (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>
 
index 1086333..048ce90 100644 (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