Skip to content

Commit 4c501a7

Browse files
committed
Improve comment
1 parent 116741d commit 4c501a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/fixup-libgfortran.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ for lib in arpack openspecfun lapack; do
6161
LIBQUADMATH_PATH=$(find_shlib "$(private_libname $lib)" libquadmath)
6262

6363
# Take the directories, add them onto LIBGFORTRAN_DIRS, which we use to
64-
# search for these libraries with in the future.
64+
# search for these libraries in the future.
6565
LIBGFORTRAN_DIRS="$LIBGFORTRAN_DIRS $(dirname $LIBGFORTRAN_PATH)"
6666
LIBGFORTRAN_DIRS="$LIBGFORTRAN_DIRS $(dirname $LIBGCC_PATH)"
6767
LIBGFORTRAN_DIRS="$LIBGFORTRAN_DIRS $(dirname $LIBQUADMATH_PATH)"

0 commit comments

Comments
 (0)