about summary refs log tree commit diff
path: root/src/nix-worker/nix-worker.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-12-13T13·19+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-12-13T13·19+0000
commitd7ca6f44eb506ec315db2ba59216de59de2758b6 (patch)
tree5819ced9f5c425c7f029ef5fa00babb88c76086f /src/nix-worker/nix-worker.cc
parent542fc6906297fcb72cbcb01d688c2f27819e0cf7 (diff)
* Update some comments.
Diffstat (limited to 'src/nix-worker/nix-worker.cc')
-rw-r--r--src/nix-worker/nix-worker.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nix-worker/nix-worker.cc b/src/nix-worker/nix-worker.cc
index 081b5b2fd9..ec5ca58aa0 100644
--- a/src/nix-worker/nix-worker.cc
+++ b/src/nix-worker/nix-worker.cc
@@ -712,9 +712,8 @@ static void daemonLoop()
     while (1) {
 
         try {
-            /* Important: the server process *cannot* open the
-               Berkeley DB environment, because it doesn't like forks
-               very much. */
+            /* Important: the server process *cannot* open the SQLite
+               database, because it doesn't like forks very much. */
             assert(!store);
             
             /* Accept a connection. */