Remove obsolete reference to ATerms

This commit is contained in:
Eelco Dolstra 2013-08-06 14:15:11 +02:00
parent 46ffcce0c3
commit fd7d979c79
1 changed files with 3 additions and 3 deletions

View File

@ -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"