Skip to content

Commit d2d61c2

Browse files
committed
apply suggestion
1 parent 335f3c1 commit d2d61c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/private/rustc.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ def _portable_link_flags(lib, use_pic, ambiguous_libs, experimental_use_whole_ar
13161316
# to any rust library is addressed in a different place, where we
13171317
# create symlinks to the rlibs, pretending they are native libraries,
13181318
# and adding references to these symlinks in the native section A.
1319-
# We rely in the behavior of -Clink-arg to put the give linker args
1319+
# We rely in the behavior of -Clink-arg to put the linker args
13201320
# at the end of the linker invocation constructed by rustc.
13211321
return [
13221322
"-lstatic%s=%s" % (modifiers, get_lib_name(artifact)),

0 commit comments

Comments
 (0)