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:
parent
17c71334e1
commit
e659978ced
4 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue