summary refs log tree commit diff
path: root/pkgs/development/compilers/rust
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-06-12 19:01:24 -0400
committerShea Levy <shea@shealevy.com>2018-06-12 19:01:24 -0400
commitafad9983e319be2a9c732f53a41cd092b548a0fd (patch)
tree42b72e0ec94b71fd4d696a2ba179066528017b8e /pkgs/development/compilers/rust
parent71f1f9b8ff35191b65d87d572274fa6e71c3cf59 (diff)
downloadnixlib-afad9983e319be2a9c732f53a41cd092b548a0fd.tar
nixlib-afad9983e319be2a9c732f53a41cd092b548a0fd.tar.gz
nixlib-afad9983e319be2a9c732f53a41cd092b548a0fd.tar.bz2
nixlib-afad9983e319be2a9c732f53a41cd092b548a0fd.tar.lz
nixlib-afad9983e319be2a9c732f53a41cd092b548a0fd.tar.xz
nixlib-afad9983e319be2a9c732f53a41cd092b548a0fd.tar.zst
nixlib-afad9983e319be2a9c732f53a41cd092b548a0fd.zip
rust: Fix typo in binary build comment.
Pointed out by @Havvy.
Diffstat (limited to 'pkgs/development/compilers/rust')
-rw-r--r--pkgs/development/compilers/rust/binaryBuild.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/rust/binaryBuild.nix b/pkgs/development/compilers/rust/binaryBuild.nix
index 849917c4a0c4..4c3c5d008f06 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
     '';
   };