Skip to content

Commit 2184474

Browse files
committed
Minor grammatical fix in comment. I am good at English.
1 parent 9311417 commit 2184474

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
@@ -574,7 +574,7 @@ pub(crate) fn docker_envvars(
574574

575575
let (major, minor, patch) = match options.rustc_version.as_ref() {
576576
Some(version) => (version.major, version.minor, version.patch),
577-
// no toolchain version available, always provide older
577+
// no toolchain version available, always provide the oldest
578578
// compiler available. this isn't a major issue because
579579
// linking will libgcc will not include symbols found in
580580
// the builtins.

0 commit comments

Comments
 (0)