From afad9983e319be2a9c732f53a41cd092b548a0fd Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 12 Jun 2018 19:01:24 -0400 Subject: [PATCH] rust: Fix typo in binary build comment. Pointed out by @Havvy. --- pkgs/development/compilers/rust/binaryBuild.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/rust/binaryBuild.nix b/pkgs/development/compilers/rust/binaryBuild.nix index 849917c4a0c..4c3c5d008f0 100644 --- a/pkgs/development/compilers/rust/binaryBuild.nix +++ b/pkgs/development/compilers/rust/binaryBuild.nix @@ -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 ''; };