rust: Fix typo in binary build comment.

Pointed out by @Havvy.
This commit is contained in:
Shea Levy 2018-06-12 19:01:24 -04:00
parent 71f1f9b8ff
commit afad9983e3
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27

View File

@ -70,7 +70,7 @@ rec {
# Do NOT, I repeat, DO NOT use `wrapProgram` on $out/bin/rustc
# (or similar) here. It causes strange effects where rustc loads
# the wrong libraries in a bootstrap-build causing failures that
# are very hard to track dow. For details, see
# are very hard to track down. For details, see
# https://github.com/rust-lang/rust/issues/34722#issuecomment-232164943
'';
};