diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2019-07-09 07:53:50 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-07-09 07:53:50 +0000 |
commit | a569f21920e9f53489a59be84c44d6345bbbfa6d (patch) | |
tree | 15504c95a96d601b31cca86da6a2c46ac085a4d9 /gcc/ada/libgnat/g-regexp.ads | |
parent | 995d28c7551ce6a65bd34355169106aab9ee65b6 (diff) | |
download | gcc-a569f21920e9f53489a59be84c44d6345bbbfa6d.zip gcc-a569f21920e9f53489a59be84c44d6345bbbfa6d.tar.gz gcc-a569f21920e9f53489a59be84c44d6345bbbfa6d.tar.bz2 |
[Ada] Reword "wild card" to "wildcard"
2019-07-09 Piotr Trojanek <trojanek@adacore.com>
gcc/ada/
* doc/gnat_rm/the_gnat_library.rst,
doc/gnat_ugn/building_executable_programs_with_gnat.rst,
erroutc.adb, libgnat/g-comlin.adb, libgnat/g-comlin.ads,
libgnat/g-regexp.ads, libgnat/g-regpat.ads,
libgnat/g-spipat.ads, libgnat/s-os_lib.ads,
libgnat/s-regexp.ads: Reword "wild card" to "wildcard".
* gnat_rm.texi, gnat_ugn.texi: Regenerate.
From-SVN: r273272
Diffstat (limited to 'gcc/ada/libgnat/g-regexp.ads')
-rw-r--r-- | gcc/ada/libgnat/g-regexp.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/libgnat/g-regexp.ads b/gcc/ada/libgnat/g-regexp.ads index 50c992d..162738b 100644 --- a/gcc/ada/libgnat/g-regexp.ads +++ b/gcc/ada/libgnat/g-regexp.ads @@ -50,7 +50,7 @@ -- matching with the restriction that it matches entire strings. It -- is particularly useful for file name matching, and in particular -- it provides "globbing patterns" that are useful in implementing --- unix or DOS style wild card matching for file names. +-- unix or DOS style wildcard matching for file names. -- GNAT.Regpat (files g-regpat.ads/s-regpat.ads/g-regpat.adb) -- This is a more complete implementation of Unix-style regular |