From f4bf0de78216a0aa3ba1b41c88469ce87632741b Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Mon, 22 Dec 2025 21:12:52 -0600 Subject: [PATCH] chore: make comment consistent in tH5T_F03.F90 There is 1 `Creates`. The rest (=87) are `Create`. Change `Creates` to `Create`. --- fortran/test/tH5T_F03.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/test/tH5T_F03.F90 b/fortran/test/tH5T_F03.F90 index 4f0aeb1ef04..632495cb90e 100644 --- a/fortran/test/tH5T_F03.F90 +++ b/fortran/test/tH5T_F03.F90 @@ -2876,7 +2876,7 @@ SUBROUTINE setup_buffer(data_in, line_lengths, char_type) IMPLICIT NONE - ! Creates a simple "Data_in" consisting of the letters of the alphabet, + ! Create a simple "Data_in" consisting of the letters of the alphabet, ! one per line, with a control character. CHARACTER(len=10), DIMENSION(:) :: data_in