aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-01-24 11:58:30 -0700
committerMarc Poulhiès <poulhies@adacore.com>2023-05-16 10:30:57 +0200
commit387e147cf513e4aa703e9c2f4eb417af986f16ba (patch)
treeb95d3113cdc01f0b87e8db60906bbc76e4a2a7e2 /gcc/ada/libgnat
parentca4bff3a3d0bdf88163b24d91a372745056f3ac1 (diff)
downloadgcc-387e147cf513e4aa703e9c2f4eb417af986f16ba.zip
gcc-387e147cf513e4aa703e9c2f4eb417af986f16ba.tar.gz
gcc-387e147cf513e4aa703e9c2f4eb417af986f16ba.tar.bz2
ada: Fix typo in "pattern"
I found a couple of spots using the typo "patterm" rather than the correct "pattern". gcc/ada/ * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Switches_for_gnatbind): Fix typo. * libgnat/g-spipat.ads: Fix typo. * gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc/ada/libgnat')
-rw-r--r--gcc/ada/libgnat/g-spipat.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/libgnat/g-spipat.ads b/gcc/ada/libgnat/g-spipat.ads
index 5766b3a..297afbf 100644
--- a/gcc/ada/libgnat/g-spipat.ads
+++ b/gcc/ada/libgnat/g-spipat.ads
@@ -58,7 +58,7 @@
-- stored in a binary compatible manner.
-- GNAT.Spitbol.Patterns (files g-spipat.ads/g-spipat.adb)
--- This is a completely general patterm matching package based on the
+-- This is a completely general pattern matching package based on the
-- pattern language of SNOBOL4, as implemented in SPITBOL. The pattern
-- language is modeled on context free grammars, with context sensitive
-- extensions that provide full (type 0) computational capabilities.