Skip to content

Commit f05df9c

Browse files
committed
Fixed duplicate "the"'s
Changed two instances of "the the"to "the". [ticket: X]
1 parent 9b6ce56 commit f05df9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specs/stdlib_hash_procedures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ and performing the operations on each half separately using
277277
the larger integers.
278278
In the second, the unsigned integers may be replaced directly by
279279
the corresponding signed integers, but
280-
otherwise not modifying the the code logic.
280+
otherwise not modifying the code logic.
281281
The first should be standard conforming on current compilers, but
282282
is more computationally intensive unless the compilers recognize
283283
underlying idioms that are rarely used in Fortran codes. The second is
@@ -1717,7 +1717,7 @@ In the `src/test/hash_functions/validation` subdirectory, the Fortran
17171717
Standard Library implements three executables to test the validity of
17181718
the Fortran codes against the original C and C++ codes. The three
17191719
executables must be compiled manually using the makefile
1720-
`Makefile.validation`, and the the compiler suite used must be
1720+
`Makefile.validation`, and the compiler suite used must be
17211721
GCC's. The first executable, `generate_key_array` is
17221722
based on Fortran code, and generates a random sequence of 2048
17231723
integers of kind `INT8`, and stores that sequence in the binary file

0 commit comments

Comments
 (0)