From 67a7b42167004e27cc5eac8f1f563ed55e05b69a Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Thu, 14 Mar 2019 13:06:00 +0000 Subject: [PATCH] pkgs/stdenv/booter.nix: fix a typo --- pkgs/stdenv/booter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/stdenv/booter.nix b/pkgs/stdenv/booter.nix index 7364a586fc2a..668dcabc0499 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