aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2024-01-09 12:52:58 +0100
committerEric Botcazou <ebotcazou@adacore.com>2024-01-09 12:54:39 +0100
commitaaa9467618a549608dfe837ef6e0f58581bf3b3a (patch)
tree55c7b90628114628b10664b552e5ac1f9194e208 /gcc/ada/libgnat
parent109f2316725bd74d85279fa749e5ea59686ad320 (diff)
downloadgcc-aaa9467618a549608dfe837ef6e0f58581bf3b3a.zip
gcc-aaa9467618a549608dfe837ef6e0f58581bf3b3a.tar.gz
gcc-aaa9467618a549608dfe837ef6e0f58581bf3b3a.tar.bz2
Fix outdated comment
gcc/ada/ PR ada/78207 * libgnat/g-regexp.ads: Fix outdated comment.
Diffstat (limited to 'gcc/ada/libgnat')
-rw-r--r--gcc/ada/libgnat/g-regexp.ads9
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ada/libgnat/g-regexp.ads b/gcc/ada/libgnat/g-regexp.ads
index 2507ddd..63182ca 100644
--- a/gcc/ada/libgnat/g-regexp.ads
+++ b/gcc/ada/libgnat/g-regexp.ads
@@ -52,12 +52,11 @@
-- it provides "globbing patterns" that are useful in implementing
-- unix or DOS style wildcard matching for file names.
--- GNAT.Regpat (files g-regpat.ads/s-regpat.ads/g-regpat.adb)
+-- GNAT.Regpat (files g-regpat.ads/s-regpat.ads/s-regpat.adb)
-- This is a more complete implementation of Unix-style regular
--- expressions, copied from the original V7 style regular expression
--- library written in C by Henry Spencer. It is functionally the
--- same as this library, and uses the same internal data structures
--- stored in a binary compatible manner.
+-- expressions, copied from the Perl regular expression engine,
+-- written originally in C by Henry Spencer. It is functionally the
+-- same as that library.
-- GNAT.Spitbol.Patterns (files g-spipat.ads/g-spipat.adb)
-- This is a completely general pattern matching package based on the