Skip to content

Commit 6101ba4

Browse files
Update src/docker/shared.rs
Fix comment. Co-authored-by: Emil Gardström <[email protected]>
1 parent 2184474 commit 6101ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker/shared.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ pub(crate) fn docker_envvars(
576576
Some(version) => (version.major, version.minor, version.patch),
577577
// no toolchain version available, always provide the oldest
578578
// compiler available. this isn't a major issue because
579-
// linking will libgcc will not include symbols found in
579+
// linking with libgcc will not include symbols found in
580580
// the builtins.
581581
None => (1, 0, 0),
582582
};

0 commit comments

Comments
 (0)