diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-08-06T12·15+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-08-06T12·15+0200 |
commit | fd7d979c79759e5db68e4b62b3550a3906f67d40 (patch) | |
tree | ac8f5d16bc93c393ae8c386d1ccd93629c442059 /src/libexpr/value.hh | |
parent | 46ffcce0c355ee16075b4ba216bc0aea054143aa (diff) |
Remove obsolete reference to ATerms
Diffstat (limited to 'src/libexpr/value.hh')
-rw-r--r-- | src/libexpr/value.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libexpr/value.hh b/src/libexpr/value.hh index 91b4f78fa65c..d49381a59165 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" |