aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2020-01-07 23:17:30 +0100
committerPierre-Marie de Rodat <derodat@adacore.com>2020-06-03 06:01:31 -0400
commit3c5fb4f4957a7046f631c648b362522d55d19fbc (patch)
treec1bad251c83c769faed4c5f13769e2b766972cad
parent99859ea756671ac375a231d803623394de872ece (diff)
downloadgcc-3c5fb4f4957a7046f631c648b362522d55d19fbc.zip
gcc-3c5fb4f4957a7046f631c648b362522d55d19fbc.tar.gz
gcc-3c5fb4f4957a7046f631c648b362522d55d19fbc.tar.bz2
[Ada] Fix typo in comment
2020-06-03 Eric Botcazou <ebotcazou@adacore.com> gcc/ada/ * einfo.ads (Has_Contiguous_Rep): Fix typo in comment.
-rw-r--r--gcc/ada/einfo.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads
index 1183d0a..32a938a 100644
--- a/gcc/ada/einfo.ads
+++ b/gcc/ada/einfo.ads
@@ -1575,7 +1575,7 @@ package Einfo is
-- in sem_aux is used to test for this case.
-- Has_Contiguous_Rep (Flag181)
--- Defined in enumeration types. Set if the type as a representation
+-- Defined in enumeration types. Set if the type has a representation
-- clause whose entries are successive integers.
-- Has_Controlled_Component (Flag43) [base type only]