diff options
Diffstat (limited to 'gcc/ada/s-regexp.adb')
-rwxr-xr-x | gcc/ada/s-regexp.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-regexp.adb b/gcc/ada/s-regexp.adb index c548199b49f..2dae7b29103 100755 --- a/gcc/ada/s-regexp.adb +++ b/gcc/ada/s-regexp.adb @@ -140,7 +140,7 @@ package body System.Regexp is Num_States : out State_Index; Start_State : out State_Index; End_State : out State_Index); - -- Creates the first version of the regexp (this is a non determinist + -- Creates the first version of the regexp (this is a non deterministic -- finite state machine, which is unadapted for a fast pattern -- matching algorithm). We use a recursive algorithm to process the -- parenthesis sub-expressions. @@ -1137,7 +1137,7 @@ package body System.Regexp is end loop; end Closure; - -- Start of procesing for Create_Secondary_Table + -- Start of processing for Create_Secondary_Table begin -- Create a new state |