public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/autopar_devel] [Ada] Minor change to comment in System.Regexp spec
@ 2020-08-22 21:54 Giuliano Belinassi
  0 siblings, 0 replies; only message in thread
From: Giuliano Belinassi @ 2020-08-22 21:54 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4044f66ccc3a8a35f5b2ec077196f20cf6927f8a

commit 4044f66ccc3a8a35f5b2ec077196f20cf6927f8a
Author: Bob Duff <duff@adacore.com>
Date:   Wed Jan 8 10:55:33 2020 -0500

    [Ada] Minor change to comment in System.Regexp spec
    
    2020-06-03  Bob Duff  <duff@adacore.com>
    
    gcc/ada/
    
            * libgnat/s-regexp.ads: Fix comment

Diff:
---
 gcc/ada/libgnat/s-regexp.ads | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gcc/ada/libgnat/s-regexp.ads b/gcc/ada/libgnat/s-regexp.ads
index 993a9805868..243da677523 100644
--- a/gcc/ada/libgnat/s-regexp.ads
+++ b/gcc/ada/libgnat/s-regexp.ads
@@ -83,8 +83,10 @@ package System.Regexp is
    --     regexp ::= term
 
    --     term   ::= elmt
-   --     term   ::= elmt elmt ...     -- concatenation (elmt then elmt)
-   --     term   ::= {elmt, elmt, ...} -- alternation (matches any of elmt)
+   --     term   ::= seq
+   --     term   ::= {seq, seq, ...}   -- alternation (matches any of seq)
+
+   --     seq    ::= elmt elmt ...     -- concatenation (sequence of elmts)
 
    --     elmt   ::= *                 -- any string of 0 or more characters
    --     elmt   ::= ?                 -- matches any character


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-22 21:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 21:54 [gcc/devel/autopar_devel] [Ada] Minor change to comment in System.Regexp spec Giuliano Belinassi

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).