pkgs/stdenv/booter.nix: fix a typo

This commit is contained in:
Jan Malakhovski 2019-03-14 13:06:00 +00:00
parent c22922e251
commit 67a7b42167

View file

@ -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