aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-06-01 11:19:32 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-06-01 11:19:32 +0000
commit89865da76d87292e5bc61f324b1ac892d40236e7 (patch)
tree44ca094d56bbeff0c03626420a0c455f98f083a0 /src/libstore
parent8bcdd36f10c5adfd312493c822c95c6fa5fbd110 (diff)
* Turn build errors during evaluation into EvalErrors.
Diffstat (limited to 'src/libstore')
-rw-r--r--src/libstore/build.cc2
-rw-r--r--src/libstore/store-api.hh2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index 412640670..f901c1f7d 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -267,7 +267,7 @@ public:
MakeError(SubstError, Error)
-MakeError(BuildError, Error) /* denoted a permanent build failure */
+MakeError(BuildError, Error) /* denotes a permanent build failure */
//////////////////////////////////////////////////////////////////////
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh
index 8506d47e3..0590f448c 100644
--- a/src/libstore/store-api.hh
+++ b/src/libstore/store-api.hh
@@ -16,8 +16,6 @@ namespace nix {
typedef std::map<Path, Path> Roots;
-
-
struct GCOptions
{
/* Garbage collector operation: