about summary refs log tree commit diff
path: root/pkgs/stdenv/booter.nix
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-03-14 13:06:00 +0000
committerJan Malakhovski <oxij@oxij.org>2019-03-14 14:01:20 +0000
commit67a7b42167004e27cc5eac8f1f563ed55e05b69a (patch)
treee77edadc647a8f034ec3ae5268faa9dfdc972fc8 /pkgs/stdenv/booter.nix
parentc22922e25148220a423ef628bb564c7cd18d54d2 (diff)
pkgs/stdenv/booter.nix: fix a typo
Diffstat (limited to 'pkgs/stdenv/booter.nix')
-rw-r--r--pkgs/stdenv/booter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/booter.nix b/pkgs/stdenv/booter.nix
index 7364a586fc2a8..668dcabc04999 100644
--- a/pkgs/stdenv/booter.nix
+++ b/pkgs/stdenv/booter.nix
@@ -43,7 +43,7 @@ stageFuns: let
 
   /* "dfold" a ternary function `op' between successive elements of `list' as if
      it was a doubly-linked list with `lnul' and `rnul` base cases at either
-     end. In precise terms, `fold op lnul rnul [x_0 x_1 x_2 ... x_n-1]` is the
+     end. In precise terms, `dfold op lnul rnul [x_0 x_1 x_2 ... x_n-1]` is the
      same as
 
        let