Fix typos
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 21 Oct 2017 10:05:33 +0000 (10:05 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 21 Oct 2017 10:05:33 +0000 (10:05 +0000)
From-SVN: r253972

gcc/testsuite/gnat.dg/specs/discr4.ads
gcc/testsuite/gnat.dg/specs/discr4_pkg.ads

index ef9f046abcd9600406eeb380b1aca1c36656011a..a7fc25b9d661618c506002dd0678d829f112a6e0 100644 (file)
@@ -1,9 +1,9 @@
 -- { dg-do compile }
 -- { dg-options "-O" }
 
-with Disc4_Pkg; use Disc4_Pkg;
+with Discr4_Pkg; use Discr4_Pkg;
 
-package Disc4 is
+package Discr4 is
 
    type Data is record
       Val : Rec;
@@ -20,4 +20,4 @@ package Disc4 is
 
    C2 : constant Pair := Build (Get (0), Rec_Three);
 
-end Disc4;
+end Discr4;
index 4b6c573729dfd02c4c8b77106f9a93251d6ff749..231a8fb77e8a501529630c32f66e1ce75f4b2245 100644 (file)
@@ -1,4 +1,4 @@
-package Disc4_Pkg is
+package Discr4_Pkg is
 
    type Enum is (One, Two, Three);
 
@@ -24,4 +24,4 @@ private
 
    function Get (Value : Integer) return Rec is (Two, Value);
 
-end Disc4_Pkg;
+end Discr4_Pkg;