49
49
!! option. This file may not be copied, modified, or distributed
50
50
!! except according to those terms.
51
51
!!
52
- !! so the licence for the original`slice.rs` code is compatible with the use
52
+ !! so the license for the original`slice.rs` code is compatible with the use
53
53
!! of modified versions of the code in the Fortran Standard Library under
54
54
!! the MIT license.
55
55
@@ -73,7 +73,7 @@ contains
73
73
! a hybrid sorting algorithm combining an iterative Merge sort controlled
74
74
! by a stack of `RUNS` identified by regions of uniformly decreasing or
75
75
! non-decreasing sequences that may be expanded to a minimum run size and
76
- ! initialy processed by an insertion sort.
76
+ ! initially processed by an insertion sort.
77
77
!
78
78
! Note the Fortran implementation simplifies the logic as it only has to
79
79
! deal with Fortran arrays of intrinsic types and not the full generality
@@ -414,7 +414,7 @@ contains
414
414
! a hybrid sorting algorithm combining an iterative Merge sort controlled
415
415
! by a stack of `RUNS` identified by regions of uniformly decreasing or
416
416
! non-decreasing sequences that may be expanded to a minimum run size and
417
- ! initialy processed by an insertion sort.
417
+ ! initially processed by an insertion sort.
418
418
!
419
419
! Note the Fortran implementation simplifies the logic as it only has to
420
420
! deal with Fortran arrays of intrinsic types and not the full generality
@@ -753,7 +753,7 @@ contains
753
753
! a hybrid sorting algorithm combining an iterative Merge sort controlled
754
754
! by a stack of `RUNS` identified by regions of uniformly decreasing or
755
755
! non-decreasing sequences that may be expanded to a minimum run size and
756
- ! initialy processed by an insertion sort.
756
+ ! initially processed by an insertion sort.
757
757
!
758
758
! Note the Fortran implementation simplifies the logic as it only has to
759
759
! deal with Fortran arrays of intrinsic types and not the full generality
@@ -1091,7 +1091,7 @@ contains
1091
1091
! a hybrid sorting algorithm combining an iterative Merge sort controlled
1092
1092
! by a stack of `RUNS` identified by regions of uniformly decreasing or
1093
1093
! non-decreasing sequences that may be expanded to a minimum run size and
1094
- ! initialy processed by an insertion sort.
1094
+ ! initially processed by an insertion sort.
1095
1095
!
1096
1096
! Note the Fortran implementation simplifies the logic as it only has to
1097
1097
! deal with Fortran arrays of intrinsic types and not the full generality
0 commit comments