Skip to content

Commit b188506

Browse files
committed
Correct comment text.
1 parent 4852d1d commit b188506

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gnat2goto/gnat_src/errout.adb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3219,10 +3219,10 @@ package body Errout is
32193219
-- compilation. Even when the configurations match, this message
32203220
-- may be issued on correct code, because pragma Pack is ignored
32213221
-- in CodePeer mode.
3222-
-- TJJ 5-may-2020 ASVAT: It seems that SPARK and gnat2goto
3222+
-- TJJ 05-May-2020 ASVAT: It seems that SPARK and gnat2goto
32233223
-- also generate this message and abort compilation even if
3224-
-- a composite type is not packed even if the configuration
3225-
-- pragma Implicit_Packing (or Profile (Rational)) is applied.
3224+
-- the configuration pragma Implicit_Packing
3225+
-- (or Profile (Rational)) is applied.
32263226
-- So, Gnatprove_Mode added to the test below.
32273227

32283228
if CodePeer_Mode or GNATprove_Mode then

0 commit comments

Comments
 (0)