public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/slp-function-v2)] [Ada] Fix minor typo in comment of membership choice parsing
@ 2020-06-11 10:11 Martin Liska
0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2020-06-11 10:11 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:9c4b4975bb425c86c56b3aa791890ed9edabe0f6
commit 9c4b4975bb425c86c56b3aa791890ed9edabe0f6
Author: Piotr Trojanek <trojanek@adacore.com>
Date: Fri Mar 6 10:32:15 2020 +0100
[Ada] Fix minor typo in comment of membership choice parsing
2020-06-10 Piotr Trojanek <trojanek@adacore.com>
gcc/ada/
* par-ch4.adb (P_Membership_Test): Fix typo in a grammar rule.
Diff:
---
gcc/ada/par-ch4.adb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/ada/par-ch4.adb b/gcc/ada/par-ch4.adb
index 63e9790b96e..fe7b577572c 100644
--- a/gcc/ada/par-ch4.adb
+++ b/gcc/ada/par-ch4.adb
@@ -3561,7 +3561,7 @@ package body Ch4 is
-- P_Membership_Test --
-----------------------
- -- MEMBERSHIP_CHOICE_LIST ::= MEMBERHIP_CHOICE {'|' MEMBERSHIP_CHOICE}
+ -- MEMBERSHIP_CHOICE_LIST ::= MEMBERSHIP_CHOICE {'|' MEMBERSHIP_CHOICE}
-- MEMBERSHIP_CHOICE ::= CHOICE_EXPRESSION | range | subtype_mark
procedure P_Membership_Test (N : Node_Id) is
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-06-11 10:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 10:11 [gcc(refs/users/marxin/heads/slp-function-v2)] [Ada] Fix minor typo in comment of membership choice parsing Martin Liska
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).