diff options
Diffstat (limited to 'gcc/ada/g-arrspl.adb')
-rw-r--r-- | gcc/ada/g-arrspl.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-arrspl.adb b/gcc/ada/g-arrspl.adb index bcbc8c4dbec..879aaac241c 100644 --- a/gcc/ada/g-arrspl.adb +++ b/gcc/ada/g-arrspl.adb @@ -47,8 +47,8 @@ package body GNAT.Array_Split is function Count (Source : Element_Sequence; Pattern : Element_Set) return Natural; - -- Returns the number of occurences of Pattern elements in Source, 0 is - -- returned if no occurence is found in Source. + -- Returns the number of occurrences of Pattern elements in Source, 0 is + -- returned if no occurrence is found in Source. ------------ -- Adjust -- |