about summary refs log tree commit diff
path: root/src/libexpr/primops.cc
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2015-03-06T15·39+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-06T15·43+0100
commite659978cedbc9e03a564be625798ebdf5b496133 (patch)
tree39751f2fe35ee6fca3ad5ae025332f1c9d0a62d9 /src/libexpr/primops.cc
parent17c71334e16f6c65a549d95312d3f03e3c51ed98 (diff)
Fix typos: s/the the/the/
Diffstat (limited to 'src/libexpr/primops.cc')
-rw-r--r--src/libexpr/primops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc
index a4363c678a..9d18dc54eb 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)