Skip to content

Commit c0d2cf6

Browse files
authored
chore: make comment consistent in tH5T_F03.F90 (#6128)
There is 1 `Creates`. The rest (=87) are `Create`. Change `Creates` to `Create`.
1 parent a28ea22 commit c0d2cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fortran/test/tH5T_F03.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2876,7 +2876,7 @@ SUBROUTINE setup_buffer(data_in, line_lengths, char_type)
28762876

28772877
IMPLICIT NONE
28782878

2879-
! Creates a simple "Data_in" consisting of the letters of the alphabet,
2879+
! Create a simple "Data_in" consisting of the letters of the alphabet,
28802880
! one per line, with a control character.
28812881

28822882
CHARACTER(len=10), DIMENSION(:) :: data_in

0 commit comments

Comments
 (0)