diff --git a/src/libexpr/value.hh b/src/libexpr/value.hh
index 91b4f78fa65c29d0be018437e10019387b9f508f..d49381a591659e02218f2d5d881d0d8d2b928929 100644
--- a/src/libexpr/value.hh
+++ b/src/libexpr/value.hh
@@ -39,9 +39,9 @@ struct Value
         int integer;
         bool boolean;
         
-        /* Strings in the evaluator carry a so-called `context' (the
-           ATermList) which is a list of strings representing store
-           paths.  This is to allow users to write things like
+        /* Strings in the evaluator carry a so-called `context' which
+           is a list of strings representing store paths.  This is to
+           allow users to write things like
 
              "--with-freetype2-library=" + freetype + "/lib"