From e659978cedbc9e03a564be625798ebdf5b496133 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 6 Mar 2015 16:39:48 +0100 Subject: Fix typos: s/the the/the/ --- src/libexpr/primops.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libexpr/primops.cc') diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc index a4363c678a16..9d18dc54ebcd 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -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) -- cgit 1.4.1