]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix outdated comment
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 9 Jan 2024 11:52:58 +0000 (12:52 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Tue, 9 Jan 2024 11:54:39 +0000 (12:54 +0100)
gcc/ada/
PR ada/78207
* libgnat/g-regexp.ads: Fix outdated comment.

gcc/ada/libgnat/g-regexp.ads

index 2507ddd894d527cbbc6610f3ea39849aa7349798..63182ca6c53299ca2c1eb8dca2130bb0f87227b5 100644 (file)
 --       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