Skip to content

Commit 3fa6eda

Browse files
authored
Merge pull request #68 from sourceryinstitute/doc-fixes
Housekeeping: rm unused files & correct documentation typo
2 parents 5eb9e3d + 0999c5c commit 3fa6eda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ summarizes the observed compiler behaviors:
7979
**Notes**
8080
1. Fails to build due to an internal compiler error (ICE).
8181
2. Fails to build due to `fpm` issue [767]. See [test/README.md#cray] for a lower bound on the Cray compiler test failures.
82-
3. Fails to build due to polymorphism not yet being supported. However, a refactored version of 10 the compiler tests in [./tests/compiler_test_m.f90] pass when incorporated into the [llvm-test-suite].
82+
3. Fails to build due to polymorphism not yet being supported. However, a refactored version of the 10 compiler tests in [./tests/compiler_test_m.f90] pass when incorporated into the [llvm-test-suite].
8383

8484
See the [test suite README.md](./test/README.md) for more details on each compiler's test
8585
results.

src/smart_pointer/assert_m.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module assert_m
1515

1616
pure module subroutine assert(assertion, description)
1717
!! Error terminate on .false. assertion with the stop code given by description
18-
!! With IBM XL Fortran, the stop code is an integer due to for character stop codes being unsupported.
18+
!! With IBM XL Fortran, the stop code is an integer due to character stop codes being unsupported.
1919
implicit none
2020
logical, intent(in) :: assertion
2121
character(len=*), intent(in) :: description

0 commit comments

Comments
 (0)