From: Eric Botcazou Date: Tue, 9 Jan 2024 11:52:58 +0000 (+0100) Subject: Fix outdated comment X-Git-Tag: basepoints/gcc-15~3101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaa9467618a549608dfe837ef6e0f58581bf3b3a;p=thirdparty%2Fgcc.git Fix outdated comment gcc/ada/ PR ada/78207 * libgnat/g-regexp.ads: Fix outdated comment. --- diff --git a/gcc/ada/libgnat/g-regexp.ads b/gcc/ada/libgnat/g-regexp.ads index 2507ddd894d5..63182ca6c532 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