1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

Fix typos: s/the the/the/

This commit is contained in:
Daniel Hahler 2015-03-06 16:39:48 +01:00 committed by Eelco Dolstra
parent 17c71334e1
commit e659978ced
4 changed files with 4 additions and 4 deletions

View file

@ -1213,7 +1213,7 @@ static void prim_head(EvalState & state, const Pos & pos, Value * * args, Value
}
/* Return a list consisting of everything but the the first element of
/* Return a list consisting of everything but the first element of
a list. Warning: this function takes O(n) time, so you probably
don't want to use it! */
static void prim_tail(EvalState & state, const Pos & pos, Value * * args, Value & v)