diff options
Diffstat (limited to 'gcc/ada/s-regpat.ads')
-rwxr-xr-x | gcc/ada/s-regpat.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-regpat.ads b/gcc/ada/s-regpat.ads index 64429b24642..077518dd903 100755 --- a/gcc/ada/s-regpat.ads +++ b/gcc/ada/s-regpat.ads @@ -414,7 +414,7 @@ package System.Regpat is -- approach, in addition to the improved efficiency, is that the same -- Pattern_Matcher variable can be used to hold the compiled code for -- several different regular expressions by setting a size that is large - -- enough to accomodate all possibilities. + -- enough to accommodate all possibilities. -- -- In this version of the procedure call, the actual required code size is -- returned. Also if Matcher.Size is zero on entry, then the resulting code |