Skip to content

Commit 94c1b1f

Browse files
committed
rollup merge of rust-lang#17544 : eklitzke/master
2 parents 5fae40c + 29424ee commit 94c1b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ valopt release-channel "dev" "the name of the release channel to build"
458458
# On windows we just store the libraries in the bin directory because
459459
# there's no rpath. This is where the build system itself puts libraries;
460460
# --libdir is used to configure the installation directory.
461-
# FIXME: Thise needs to parameterized over target triples. Do it in platform.mk
461+
# FIXME: This needs to parameterized over target triples. Do it in platform.mk
462462
CFG_LIBDIR_RELATIVE=lib
463463
if [ "$CFG_OSTYPE" = "pc-mingw32" ] || [ "$CFG_OSTYPE" = "w64-mingw32" ]
464464
then

0 commit comments

Comments
 (0)